Skip to content

Commit

Permalink
fix(intranet-header): Remove ellipsis from language selector (#2044)
Browse files Browse the repository at this point in the history
  • Loading branch information
imagoiq authored Oct 9, 2023
1 parent dae7b0a commit 80ffff3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
overflow-y: visible;

.dropdown-item {
padding: spacing.$size-small-regular spacing.$size-large;
padding: spacing.$size-small-regular 0;
}

.language-menu {
Expand All @@ -23,6 +23,7 @@
border-left: 0;
border-radius: 0;
text-align: center;
overflow: initial;

&:last-child {
border-right: 0;
Expand Down

0 comments on commit 80ffff3

Please sign in to comment.