mirror of
https://github.com/flarum/framework.git
synced 2025-06-03 06:13:07 +08:00
Remove space characters from in-between list items
They were causing some weirdness with spacing between redraws.
This commit is contained in:
@ -30,7 +30,7 @@
|
||||
|
||||
> li {
|
||||
display: inline;
|
||||
margin-right: 7px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user