Skip to content

Commit

Permalink
Fixed dropdown width
Browse files Browse the repository at this point in the history
Signed-off-by: George Araujo <[email protected]>
  • Loading branch information
george-gca committed Feb 13, 2024
1 parent e66422c commit 436e609
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -237,6 +237,8 @@ blockquote {
.navbar .dropdown-menu {
background-color: var(--global-bg-color);
border: 1px solid var(--global-divider-color);
min-width: 1rem;
width: fit-content;

a:not(.active) {
color: var(--global-text-color);
Expand Down

0 comments on commit 436e609

Please sign in to comment.