Fix Bug 33458.

Fix Bug 33476.
Fix Bug 33475.
This commit is contained in:
Julia Radzhabova 2016-11-21 11:36:28 +03:00
parent b49489d2dd
commit bf398318a2
4 changed files with 5 additions and 5 deletions

View file

@ -36,8 +36,8 @@
.form-control { .form-control {
.border-right-radius(0); .border-right-radius(0);
border-right: 0; border-right: 0;
position: initial; position: static;
z-index: initial; z-index: auto;
float: none; float: none;
} }

View file

@ -59,7 +59,7 @@
padding-top: 3px; padding-top: 3px;
vertical-align: top; vertical-align: top;
&.dropup { &.dropup {
position: initial; position: static;
} }
} }

View file

@ -66,7 +66,7 @@
vertical-align: top; vertical-align: top;
padding-top: 3px; padding-top: 3px;
&.dropup { &.dropup {
position: initial; position: static;
} }
} }

View file

@ -267,7 +267,7 @@
.status-group { .status-group {
white-space: nowrap; white-space: nowrap;
&.dropup { &.dropup {
position: initial; position: static;
} }
} }