mirror of
https://github.com/ant-design/ant-design.git
synced 2025-01-18 14:13:37 +08:00
fix: Pagination jumper style (#38639)
* chore: update styles * chore: Reverse format * Apply suggestions from code review Co-authored-by: afc163 <afc163@gmail.com>
This commit is contained in:
parent
842f355f39
commit
03f891a78c
@ -404,6 +404,7 @@ const genPaginationJumpStyle: GenerateStyle<PaginationToken, CSSObject> = token
|
||||
|
||||
width: token.controlHeightLG * 1.25,
|
||||
height: token.controlHeight,
|
||||
boxSizing: 'border-box',
|
||||
margin: 0,
|
||||
marginInlineStart: token.marginXS,
|
||||
marginInlineEnd: token.marginXS,
|
||||
|
Loading…
Reference in New Issue
Block a user