Keep the edit order select fields smaller to fit with the rest of the form.
This commit is contained in:
parent
e68499616b
commit
98b03d7fde
|
@ -578,6 +578,16 @@
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.edit_address {
|
||||||
|
.select2-selection--single {
|
||||||
|
height: 32px;
|
||||||
|
|
||||||
|
.select2-selection__rendered {
|
||||||
|
line-height: 32px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.clear {
|
.clear {
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue