Fix Bug 33458.
Fix Bug 33476. Fix Bug 33475.
This commit is contained in:
parent
b49489d2dd
commit
bf398318a2
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue