mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 06:04:05 +00:00
fix: inline elements should not wrap by default
This commit is contained in:
committed by
Carlos Valente
parent
6e5805977a
commit
525999440a
@@ -196,7 +196,6 @@ $inner-padding: 1rem;
|
||||
.inlineElements {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
|
||||
&.inner {
|
||||
gap: 0.5rem;
|
||||
@@ -213,6 +212,11 @@ $inner-padding: 1rem;
|
||||
&.apart {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
&.wrap {
|
||||
flex-wrap: wrap;
|
||||
row-gap: 0.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes animloader {
|
||||
|
||||
Reference in New Issue
Block a user