Skip to content

Commit

Permalink
Add width to avoid input width change when tabing between input field…
Browse files Browse the repository at this point in the history
…s after submit in Safari.
  • Loading branch information
jonasbrunvoll committed Oct 2, 2024
1 parent dfd7d25 commit eff51e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/page-modules/contact/components/input/input.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@

border: var(--border-width-medium) solid var(--text-colors-primary);
border-radius: var(--border-radius-small);
width: 100%;
}

.input:focus {
Expand Down

0 comments on commit eff51e9

Please sign in to comment.