Fix extra vertical scrollbar in nextmatch

This commit is contained in:
Nathan Gray 2016-02-16 22:27:51 +00:00
parent c6c0d970ae
commit 063eeb3c0b

View File

@ -1636,6 +1636,11 @@ div.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button {
float: left;
padding-bottom: 6px;
}
.nextmatch_header_row:after {
clear: both;
display: block;
content: "";
}
.et2_toolbar select, .nextmatch_header_row select {
height: 24px;
margin: 1px 4px 1px 0;