From e0a2f6dc5fcf4d732758b5d8cc0f364d2f1c4816 Mon Sep 17 00:00:00 2001 From: brainshaker Date: Sat, 4 Oct 2025 11:31:22 +0200 Subject: [PATCH] fix(menu): do not stretch menu items to full menu height --- src/standalone/styles/topbar.less | 7 ++----- src/styles/_dropdown-menu.less | 4 ---- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/src/standalone/styles/topbar.less b/src/standalone/styles/topbar.less index 217b11019a8..189eab5ff41 100644 --- a/src/standalone/styles/topbar.less +++ b/src/standalone/styles/topbar.less @@ -54,9 +54,6 @@ max-height: 500px; flex-wrap: wrap; margin: 1.7em 0 0!important; - li { - flex:22%; - } } } @@ -107,7 +104,7 @@ vertical-align: text-top; } } - + .modal { font-family: sans-serif; @@ -133,7 +130,7 @@ .modal-message { margin: 1.75em 2em; font-size: 1.1em; - + p { line-height: 1.3; } diff --git a/src/styles/_dropdown-menu.less b/src/styles/_dropdown-menu.less index ca22eaac599..7700404fab3 100644 --- a/src/styles/_dropdown-menu.less +++ b/src/styles/_dropdown-menu.less @@ -436,10 +436,6 @@ max-height: 500px; flex-wrap: wrap; margin: 1.7rem 0 0 !important; - - li { - flex: 22%; - } } }