N°1209 - Fix Organization selector width

SVN:trunk[5154]
This commit is contained in:
Eric Espié
2017-12-15 09:48:13 +00:00
parent 5b1e1d0d6a
commit aa5ee45034
2 changed files with 2 additions and 0 deletions

View File

@@ -1442,6 +1442,7 @@ fieldset .details > .field_container {
#SiloSelection * {
box-sizing: border-box;
vertical-align: middle;
width: 100%;
}
#SiloSelection .field_input_extkey {
display: table;

View File

@@ -1604,6 +1604,7 @@ fieldset .details>.field_container {
*{
box-sizing: border-box;
vertical-align: middle;
width: 100%;
}
.field_input_extkey{