Merge pull request #31929 from sokumon/small-ui-fixes
fix(UI): move dropdown slightly to the left
This commit is contained in:
commit
55fd5ccdb5
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue