mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-26 12:51:52 +02: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;
|
float: left;
|
||||||
padding-bottom: 6px;
|
padding-bottom: 6px;
|
||||||
}
|
}
|
||||||
|
.nextmatch_header_row:after {
|
||||||
|
clear: both;
|
||||||
|
display: block;
|
||||||
|
content: "";
|
||||||
|
}
|
||||||
.et2_toolbar select, .nextmatch_header_row select {
|
.et2_toolbar select, .nextmatch_header_row select {
|
||||||
height: 24px;
|
height: 24px;
|
||||||
margin: 1px 4px 1px 0;
|
margin: 1px 4px 1px 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user