Skip to content

Commit b45d45c

Browse files
committed
Split language dropdown into two columns 2
It never hides last time, whoops
1 parent 334b321 commit b45d45c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/assets/css/base.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ body > header {
7676

7777
}
7878

79-
.dropdown-menu[aria-labelledby=navbar-languages] {
79+
.dropdown-menu.show[aria-labelledby=navbar-languages] {
8080
display: grid;
8181
grid-template-columns: repeat(2, 1fr);
8282
}

0 commit comments

Comments
 (0)