Skip to content

Commit

Permalink
fix(ui): PageContainer footer bar button should align vertical
Browse files Browse the repository at this point in the history
  • Loading branch information
dengfuping committed Nov 19, 2024
1 parent b4a72d0 commit 7d2392e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/design/src/_util/genStyle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ export const genLargeStyle = (token: FullToken<any>): CSSObject => {
borderRadius: borderRadiusLG,
// Button in Space.Compact
...genCompactStyle(`${antCls}-btn`),
// make button align vertical
['& >span']: {
display: 'inline-block',
},
},
// Radio.Button
[`${antCls}-radio-group`]: {
Expand Down

0 comments on commit 7d2392e

Please sign in to comment.