Skip to content

Commit

Permalink
Fix textarea expanding out of other input's width
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Feb 10, 2023
1 parent 27d1fab commit 7eeba50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/_input.scss
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ span.checkboxLabel {
border: none;
border-bottom: 0.1em solid rgba(255, 255, 255, 0.7);
border-radius: 0 !important;
width: 100%;
&:focus {
border-color: $jf-blue-light !important;
}
Expand Down

0 comments on commit 7eeba50

Please sign in to comment.