Skip to content

Commit

Permalink
Align dialog buttons to the start of the line
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentSmedinga committed May 14, 2024
1 parent 7c75056 commit 0b9e77e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/css/src/components/dialog/dialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
display: flex;
flex-wrap: wrap; // [1]
gap: var(--ams-dialog-footer-gap);
margin-inline-start: auto; // [1]
margin-inline-end: auto; // [1]

> * {
flex: auto; // [1]
Expand Down

0 comments on commit 0b9e77e

Please sign in to comment.