Skip to content

Commit

Permalink
feat(modal): add flex wrap to actions slot
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Jul 29, 2024
1 parent dd482db commit cdc9711
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/ods/src/style/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ $ods-modal-border-radius: var(--ods-border-radius-sm);

@mixin ods-modal-actions() {
display: flex;
flex-wrap: wrap;
gap: 4px;
justify-content: flex-end;
width: 100%;
Expand Down

0 comments on commit cdc9711

Please sign in to comment.