mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-18 11:12:41 +03:00
Extra right padding in user pills
This commit is contained in:
parent
c3ba7a8c91
commit
669562b90c
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ a.mx_Pill {
|
||||||
|
|
||||||
.mx_Pill {
|
.mx_Pill {
|
||||||
padding: $font-1px;
|
padding: $font-1px;
|
||||||
|
padding-right: $font-6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* More specific to override `.markdown-body a` color */
|
/* More specific to override `.markdown-body a` color */
|
||||||
|
|
Loading…
Reference in a new issue