Skip to content

Commit

Permalink
Adjust the width of submit buttons from 100% to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Feb 26, 2021
1 parent b758e44 commit 175c405
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -625,6 +625,10 @@ input[type="radio"] {
width:auto;
}

input[type="submit"] {
width: auto;
}

div.recursion-error {
display: block;
margin: 0 auto;
Expand Down

0 comments on commit 175c405

Please sign in to comment.