From f51ccd5f8d37d7ea3c70bd1b77330ea1d20053ee Mon Sep 17 00:00:00 2001 From: daria Date: Tue, 5 Dec 2023 13:16:26 +0200 Subject: [PATCH] matched dropdowns using the same amount of padding --- customize.dist/src/less2/include/dropdown.less | 3 +++ 1 file changed, 3 insertions(+) diff --git a/customize.dist/src/less2/include/dropdown.less b/customize.dist/src/less2/include/dropdown.less index a52809ad4..845dedaf5 100644 --- a/customize.dist/src/less2/include/dropdown.less +++ b/customize.dist/src/less2/include/dropdown.less @@ -130,6 +130,9 @@ } } } + li{ + padding: 0 5px; + } li[role="menuitem"] { border-radius: @variables_radius; &:hover, &:focus {