mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
Fix extra vertical scrollbar in nextmatch
This commit is contained in:
parent
c6c0d970ae
commit
063eeb3c0b
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user