Fix line height in Arabic
This commit is contained in:
@ -23,7 +23,7 @@
|
||||
|
||||
li {
|
||||
display: flex;
|
||||
line-height: normal;
|
||||
line-height: 1.25;
|
||||
list-style: none;
|
||||
|
||||
a {
|
||||
@ -31,6 +31,7 @@
|
||||
border-radius: 999px;
|
||||
padding: 0.5rem 0.75rem;
|
||||
color: var(--fg-muted-4);
|
||||
line-height: 1.25;
|
||||
text-decoration: none;
|
||||
|
||||
&:hover {
|
||||
|
Reference in New Issue
Block a user