From 5f2d0d5bdd7a10ba1b0f9036d2feb6140bab8fa6 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 9 Aug 2022 11:00:10 +0200 Subject: [PATCH] Fix toolbar menulist not having enough width --- api/templates/default/etemplate2.css | 1 + 1 file changed, 1 insertion(+) diff --git a/api/templates/default/etemplate2.css b/api/templates/default/etemplate2.css index 90a6398393..e1fb63567a 100644 --- a/api/templates/default/etemplate2.css +++ b/api/templates/default/etemplate2.css @@ -3118,6 +3118,7 @@ et2-button.transparent-button::part(container) { .ui-toolbar-menulist > * { border: none !important; display: block; + max-width: none; } .et2_toolbar_actionlist et2-button { width: 1em;