RED-7340 - set fix width for extra option input
This commit is contained in:
parent
e88929f0d4
commit
ba85260cc4
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user