Skip to content

Commit 9577198

Browse files
authored
Merge pull request #181 from lyjeileen/menu
fix(popoverMenu): reduce menu's min-width
2 parents 0a25ede + 6124fab commit 9577198

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/menu/popoverMenu.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.rustic-popover-menu ul {
22
padding: 0;
3-
min-width: 240px;
3+
min-width: 100px;
44
}
55

66
.rustic-popover-menu li {

0 commit comments

Comments
 (0)