Skip to content

Commit

Permalink
Add min height to submit footer
Browse files Browse the repository at this point in the history
  • Loading branch information
jjchrisdiehl committed Apr 1, 2024
1 parent cfa1e98 commit 8e83f01
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -578,6 +578,7 @@ export const SubmitButtonWrapper = styled.div`
// Set right padding so that text doesn't overlap with inline help floating button.
export const SubmitFooterWrapper = styled.div`
padding-right: 0;
min-height: 45px;
@media ( ${ ( props ) => props.theme.breakpoints.tabletUp } ) {
padding-right: 0;
Expand Down

0 comments on commit 8e83f01

Please sign in to comment.