mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/SectionHeading: fix weird wrapping
This commit is contained in:
parent
a5c704c5f0
commit
2bee3e896d
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue