web/SectionHeading: fix weird wrapping

This commit is contained in:
wukko
2024-09-22 15:21:23 +06:00
parent a5c704c5f0
commit 2bee3e896d

View File

@@ -39,7 +39,7 @@
.heading-container { .heading-container {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
flex-wrap: wrap; flex-wrap: wrap-reverse;
gap: 6px; gap: 6px;
justify-content: start; justify-content: start;
align-items: center; align-items: center;