Use rem instead of em.

pull/21833/head
Jorik Schellekens 2020-04-14 16:35:38 +01:00
parent c2a2908746
commit c921859067
1 changed files with 1 additions and 1 deletions

View File

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