1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-08-09 08:42:50 +03:00

Use rem instead of em.

This commit is contained in:
Jorik Schellekens
2020-04-14 16:35:38 +01:00
parent c2a2908746
commit c921859067

View File

@@ -13,7 +13,7 @@
height: $font-16px;
line-height: $font-20px;
padding-left: 0;
padding-right: 0.5em;
padding-right: 0.5rem;
}
a.mx_Pill {