Skip to content

Commit

Permalink
Merge pull request #196 from oceanbase/dengfuping-dev
Browse files Browse the repository at this point in the history
fix(design): Add priority for Alert alignItems to overwritten antd style
  • Loading branch information
dengfuping authored Oct 19, 2023
2 parents 37858ef + 396422e commit 6e3b3f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/design/src/alert/style/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export const genAlertStyle: GenerateStyle<AlertToken> = (token: AlertToken): CSS
return {
[`${componentCls}`]: {
// vertical align to flex-start
alignItems: 'flex-start',
alignItems: 'flex-start !important',
[`${componentCls}-icon`]: {
height,
},
Expand Down

0 comments on commit 6e3b3f6

Please sign in to comment.