mirror of https://github.com/vector-im/riot-web
Use rem instead of em.
parent
352ae555f8
commit
6338325d5c
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue