Skip to content

Commit

Permalink
Fix form dialog modal unnecessary footer button text wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
tylers-username committed Oct 24, 2024
1 parent f0ec0b8 commit 1dcdf97
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/formdialog.scss
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,8 @@
.formDialogFooterItem {
margin: 0.5em !important;
text-align: center;
flex-basis: 12em;
flex-basis: fit-content;
display: flex;
}

.formDialogFooterItem-vertical {
Expand Down

0 comments on commit 1dcdf97

Please sign in to comment.