Fix logs filter box in FF

This commit is contained in:
Joseph Schorr 2015-04-27 14:22:04 -04:00
parent 4834dbd7c9
commit 9d64291d11

View file

@ -94,7 +94,12 @@
white-space: nowrap;
}
.logs-view-element .side-controls .filter-input {
vertical-align: middle;
}
.logs-view-element .side-controls {
float: none !important;
text-align: right;
margin-bottom: 20px;
}