Keep the edit order select fields smaller to fit with the rest of the form.

This commit is contained in:
Peter Fabian 2019-10-15 10:47:24 +02:00
parent e68499616b
commit 98b03d7fde
1 changed files with 10 additions and 0 deletions

View File

@ -578,6 +578,16 @@
margin: 10px;
}
.edit_address {
.select2-selection--single {
height: 32px;
.select2-selection__rendered {
line-height: 32px;
}
}
}
.clear {
clear: both;
}