mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Set minimum width for toolbar menulist, to start always with reasonable size
This commit is contained in:
parent
5cceb7febc
commit
251f13cedb
@ -1190,6 +1190,7 @@ div.ui-toolbar-menulist{
|
||||
border: solid black 1px;
|
||||
padding: 0 !important;
|
||||
margin-top: 3px !important;
|
||||
min-width: 150px;
|
||||
}
|
||||
.ui-toolbar-menulist > h {
|
||||
padding-bottom: 7px;
|
||||
|
Loading…
Reference in New Issue
Block a user