mirror of
https://github.com/imputnet/cobalt.git
synced 2025-06-28 09:28:29 +00:00
web/SectionHeading: fix weird wrapping
This commit is contained in:
parent
a5c704c5f0
commit
2bee3e896d
@ -39,7 +39,7 @@
|
||||
.heading-container {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
flex-wrap: wrap;
|
||||
flex-wrap: wrap-reverse;
|
||||
gap: 6px;
|
||||
justify-content: start;
|
||||
align-items: center;
|
||||
|
Loading…
Reference in New Issue
Block a user