mirror of
https://github.com/zadam/trilium.git
synced 2025-12-20 14:24:27 +01:00
chore(options): fix misalignment in options row
This commit is contained in:
parent
737e5b85b4
commit
af02685f2f
@ -8,6 +8,7 @@
|
|||||||
.option-row > label {
|
.option-row > label {
|
||||||
width: 40%;
|
width: 40%;
|
||||||
margin-bottom: 0 !important;
|
margin-bottom: 0 !important;
|
||||||
|
flex-shrink: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.option-row > select,
|
.option-row > select,
|
||||||
@ -26,4 +27,4 @@
|
|||||||
|
|
||||||
.option-row.centered {
|
.option-row.centered {
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user