mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +01:00
Fix toolbar menulist not having enough width
This commit is contained in:
parent
ea0cbd0441
commit
5f2d0d5bdd
@ -3118,6 +3118,7 @@ et2-button.transparent-button::part(container) {
|
|||||||
.ui-toolbar-menulist > * {
|
.ui-toolbar-menulist > * {
|
||||||
border: none !important;
|
border: none !important;
|
||||||
display: block;
|
display: block;
|
||||||
|
max-width: none;
|
||||||
}
|
}
|
||||||
.et2_toolbar_actionlist et2-button {
|
.et2_toolbar_actionlist et2-button {
|
||||||
width: 1em;
|
width: 1em;
|
||||||
|
Loading…
Reference in New Issue
Block a user