RED-7340 - set fix width for extra option input

This commit is contained in:
Valentin Mihai 2024-10-16 11:55:33 +03:00
parent e88929f0d4
commit ba85260cc4

View File

@ -54,7 +54,8 @@ label {
gap: 10px;
span {
margin-top: 10px;
margin-top: 8px;
font-size: 12px;
}
div {
@ -65,6 +66,16 @@ label {
margin-top: 4px;
}
}
.flex-column {
flex: 1;
input {
width: 232px;
min-height: 30px;
height: 30px;
}
}
}
}