Skip to content

Commit

Permalink
fix: language dropdown styling (#264)
Browse files Browse the repository at this point in the history
* fix: prevent language option text wrapping

* Remove left padding in language option list
  • Loading branch information
ericswpark committed Nov 7, 2021
1 parent fe9efda commit e1817fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ Language Switch
padding-bottom: 15px;
}
.sl-nav li .dropdown li span {
padding-left: 5px;
font-size: 1.3rem;
white-space: nowrap;
}
.sl-nav li .dropdown li span.active {
color: var(--tag-color);
Expand Down

0 comments on commit e1817fe

Please sign in to comment.