Skip to content

Commit 3656aa2

Browse files
Make dropdown full width on mobile
1 parent 065cd7f commit 3656aa2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sass/_extra.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,10 @@ ul.ui.list li::before {
137137
.card-grid.three, .card-grid.four {
138138
grid-template-columns: 1fr;
139139
}
140+
141+
#sort-menu {
142+
width: 100%;
143+
}
140144
}
141145

142146
/* Colors overridden to avoid inaccessible contrast levels */

0 commit comments

Comments
 (0)