Fix logs filter box in FF
This commit is contained in:
parent
4834dbd7c9
commit
9d64291d11
1 changed files with 5 additions and 0 deletions
|
@ -94,7 +94,12 @@
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logs-view-element .side-controls .filter-input {
|
||||||
|
vertical-align: middle;
|
||||||
|
}
|
||||||
|
|
||||||
.logs-view-element .side-controls {
|
.logs-view-element .side-controls {
|
||||||
|
float: none !important;
|
||||||
text-align: right;
|
text-align: right;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
}
|
}
|
Reference in a new issue