mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 19:56:47 +03:00
Use rem instead of em.
This commit is contained in:
parent
c2a2908746
commit
c921859067
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue