1
0
mirror of https://github.com/flarum/core.git synced 2025-08-04 15:37:51 +02:00

fix: overflowing forum stats (#3940)

This commit is contained in:
Ngô Quốc Đạt
2023-12-01 17:42:36 +07:00
committed by GitHub
parent 471ce0ea2a
commit b4a82e81fc

View File

@@ -18,6 +18,7 @@
display: flex;
align-items: flex-end;
margin: 0 20px;
overflow: auto;
& > :not(:last-child) {
margin-right: 10px;