Skip to content

Commit 8822f05

Browse files
committed
fix(Pagination): pagination size select over width
fixed #1037
1 parent 0f8e942 commit 8822f05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/pagination/main.scss

+3
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,9 @@
9898
vertical-align: top;
9999
min-width: $s-16;
100100
}
101+
&-dropdown .#{$css-prefix}select-inner {
102+
min-width: $s-16;
103+
}
101104
&-popup {
102105
min-width: $s-16;
103106
}

0 commit comments

Comments
 (0)