mirror of
https://github.com/flarum/core.git
synced 2025-08-05 07:57:46 +02:00
fix: overflowing forum stats (#3940)
This commit is contained in:
@@ -18,6 +18,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: flex-end;
|
align-items: flex-end;
|
||||||
margin: 0 20px;
|
margin: 0 20px;
|
||||||
|
overflow: auto;
|
||||||
|
|
||||||
& > :not(:last-child) {
|
& > :not(:last-child) {
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
|
Reference in New Issue
Block a user