mirror of
https://github.com/flarum/core.git
synced 2025-07-30 21:20:24 +02: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