chore(options): fix misalignment in options row

This commit is contained in:
Elian Doran
2025-12-16 20:14:21 +02:00
parent 737e5b85b4
commit af02685f2f

View File

@@ -8,6 +8,7 @@
.option-row > label {
width: 40%;
margin-bottom: 0 !important;
flex-shrink: 0;
}
.option-row > select,
@@ -26,4 +27,4 @@
.option-row.centered {
justify-content: center;
}
}