From 9268d79cf549047c675384a13d067f7d9f455bb1 Mon Sep 17 00:00:00 2001 From: shuhaki Date: Wed, 5 Jun 2024 23:59:43 +0530 Subject: [PATCH] increase width of dropdown --- assets/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/assets/css/style.css b/assets/css/style.css index 3fbb33418..4b97c2a73 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -623,6 +623,7 @@ body { transition: all 0.3s ease; top: 100%; text-align: center; + width: max-content; } .dropdown-menu-list { @@ -633,6 +634,8 @@ body { .dropdown-menu-item { padding: 12px 16px; + width: auto; + } .dropdown-menu-item a { @@ -3394,7 +3397,7 @@ body.dark-mode .h3 { right: calc(4.95% - 23px) ; } -}} - } + +