Skip to content

Commit 0b47009

Browse files
authored
fix(theme-saas): add margin-bottom:4px for select-dropdown flip to top (#3388)
1 parent 6a6fe29 commit 0b47009

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/theme-saas/src/select-dropdown/index.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626

2727
&.@{popper-prefix-cls} {
2828
@apply mt-1;
29+
@apply mb-1;
2930
}
3031

3132
& .@{scrollbar-prefix-cls} {

0 commit comments

Comments
 (0)