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
No known key found for this signature in database

View File

@ -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,