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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;