Skip to content

Commit d475ea0

Browse files
committed
Add modifiers for wider menus
1 parent c8dd08f commit d475ea0

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

lib/dropdowns/index.styl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,13 @@ $dropdown-caret-color ?= #000
7474
box-shadow 0 6px 12px rgba(0, 0, 0, .175)
7575
background-clip padding-box
7676

77+
// Modifiers to make the menu wider
78+
.dropdown-menu-md
79+
min-width: 175px
80+
81+
.dropdown-menu-lg
82+
min-width: 200px
83+
7784
// Aligns the dropdown menu to right
7885
//
7986
// Deprecated as of 3.1.0 in favor of `.dropdown-menu-[dir]`

0 commit comments

Comments
 (0)