Skip to content

Commit

Permalink
Merge pull request #702 from GSA/text-area-width
Browse files Browse the repository at this point in the history
update text area width for max length
  • Loading branch information
shayan-roshan committed Sep 5, 2024
2 parents ab3785a + af34246 commit a126941
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion sam-styles/packages/branding/elements/_inputs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -181,8 +181,15 @@
}

textarea {
width: 100%;
max-width: 100%;
}
}

@media (min-width: 400px) {
.usa-character-count textarea {
width: 320px;
max-width: none;
max-width: 100%;
}
}

Expand Down

0 comments on commit a126941

Please sign in to comment.