Skip to content

Commit 2c84f38

Browse files
committed
dropdown menu typo caused button dropdown menus to appear on wrong side, fixes #177
Former-commit-id: 7dad0fe Former-commit-id: 9acffe52e680209bd7da9ad7ad52f54b8df876b8
1 parent acfcafa commit 2c84f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/dropdown.less

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@
172172

173173
/* Opposite on last menu on right */
174174
.ui.menu .right.menu .dropdown:last-child .menu,
175-
.ui.button > .ui.dropdown:last-child .menu {
175+
.ui.buttons > .ui.dropdown:last-child .menu {
176176
left: auto;
177177
right: 0px;
178178
}

0 commit comments

Comments
 (0)