Fix community line height

This commit is contained in:
Jorik Schellekens 2020-04-07 17:41:18 +01:00
parent fd25170c57
commit 352ae555f8

View file

@ -69,7 +69,7 @@ limitations under the License.
height: 100%;
}
.mx_TagPanel .mx_TagPanel_tagTileContainer > div {
height: 40px;
height: $font-40px;
padding: 10px 0 9px 0;
}