Skip to content

Commit

Permalink
[Alert] Vertically align action on top (#25654)
Browse files Browse the repository at this point in the history
[Alert] Vertically align action on top (#25654)
  • Loading branch information
xdshivani committed Apr 8, 2021
1 parent 3e5d652 commit d4cfd64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/material-ui/src/Alert/Alert.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,8 @@ const AlertAction = experimentalStyled(
},
)({
display: 'flex',
alignItems: 'center',
alignItems: 'flex-start',
padding: '7px 0',
marginLeft: 'auto',
paddingLeft: 16,
marginRight: -8,
Expand Down

0 comments on commit d4cfd64

Please sign in to comment.