web/SectionHeading: fix weird wrapping

This commit is contained in:
wukko 2024-09-22 15:21:23 +06:00
parent a5c704c5f0
commit 2bee3e896d
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

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;