Skip to content

Commit

Permalink
Correct vertical align of progress element
Browse files Browse the repository at this point in the history
  • Loading branch information
barcia committed Dec 27, 2021
1 parent 28f5adf commit 4f77832
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_forms.css
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,5 @@ button,

progress {
max-width: 100%;
vertical-align: middle;
vertical-align: baseline;
}

0 comments on commit 4f77832

Please sign in to comment.