Skip to content

Commit

Permalink
feat(modal): set a 1rem gap in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Leotheluck authored and dpellier committed Jul 29, 2024
1 parent ce52770 commit f3b536f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ods/src/style/_modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ $ods-modal-border-radius: var(--ods-border-radius-sm);
@mixin ods-modal-actions() {
display: flex;
flex-wrap: wrap;
gap: 4px;
gap: 1rem;
justify-content: flex-end;
width: 100%;
}

0 comments on commit f3b536f

Please sign in to comment.