Skip to content

Commit

Permalink
chore(language-menu): clarify padding
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner committed Sep 23, 2024
1 parent 258738d commit 3f0fe62
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@
}

.submenu-item {
// Reduce padding compared to other menus.
padding: 0.5rem !important;

&.locale-redirect-setting {
border-bottom: 1px solid var(--border-secondary) !important;
border-radius: 0 !important;
display: block;
font-size: var(--type-tiny-font-size);
padding: 0.25em 0.5em;

&:hover {
background-color: unset;
Expand Down

0 comments on commit 3f0fe62

Please sign in to comment.