Commit bf398318 authored by Julia Radzhabova's avatar Julia Radzhabova

Fix Bug 33458.

Fix Bug 33476.
Fix Bug 33475.
parent b49489d2
......@@ -36,8 +36,8 @@
.form-control {
.border-right-radius(0);
border-right: 0;
position: initial;
z-index: initial;
position: static;
z-index: auto;
float: none;
}
......
......@@ -59,7 +59,7 @@
padding-top: 3px;
vertical-align: top;
&.dropup {
position: initial;
position: static;
}
}
......
......@@ -66,7 +66,7 @@
vertical-align: top;
padding-top: 3px;
&.dropup {
position: initial;
position: static;
}
}
......
......@@ -267,7 +267,7 @@
.status-group {
white-space: nowrap;
&.dropup {
position: initial;
position: static;
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment