Skip to content

Commit

Permalink
fix: reduce button height
Browse files Browse the repository at this point in the history
  • Loading branch information
fterra-encora committed Jan 9, 2024
1 parent d50fbac commit db97a14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/assets/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,7 @@ cds-modal:is(#reject-modal, #approve-modal) cds-modal-footer {
}

cds-modal:is(#reject-modal, #approve-modal) cds-modal-footer-button {
height: min-content;
height: auto;
}

cds-modal-footer-button::part(button) {
Expand Down

0 comments on commit db97a14

Please sign in to comment.