Skip to content

Commit

Permalink
fix: Prevent weird breaks in button-text
Browse files Browse the repository at this point in the history
  • Loading branch information
elwinschmitz committed May 31, 2024
1 parent 13df20c commit a31ad22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ form {
flex: 1 1 80%;
}
button[type='submit'] {
flex: 0 0 20%;
flex: 0 0 auto;
}
}

Expand Down

0 comments on commit a31ad22

Please sign in to comment.