Merge pull request #31929 from sokumon/small-ui-fixes

fix(UI): move dropdown slightly to the left
This commit is contained in:
Soham Kulkarni 2025-03-27 15:52:34 +05:30 committed by GitHub
commit 55fd5ccdb5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -719,6 +719,7 @@ body {
max-width: var(--sidebar-width);
z-index: 100;
font-size: var(--text-sm);
left: -10px !important;
.dropdown-item {
display: flex;