mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-15 12:23:51 +00:00
fix: form element alignment in form
This commit is contained in:
committed by
Carlos Valente
parent
7877af571f
commit
e2cbe43a2b
@@ -53,9 +53,11 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 1em;
|
||||
}
|
||||
|
||||
.inlineLabels {
|
||||
label {
|
||||
display: flex;
|
||||
gap: 1em;
|
||||
gap: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user