Skip to content

Commit

Permalink
fix: align-items start in CSS - Makes autoprefixer happy :/ (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed May 30, 2024
1 parent c9fbf0e commit 39ab173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Widget/OTPWidget.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.otp-widget .otp-widget-field-wrapper {
display: flex;
gap: 1rem;
align-items: start;
align-items: flex-start;
}
.otp-widget .otp-widget-field-wrapper .field {
flex-grow: 1;
Expand Down

0 comments on commit 39ab173

Please sign in to comment.