Skip to content

Commit

Permalink
Move large input remaining count to avoid scrollbar
Browse files Browse the repository at this point in the history
Co-authored-by: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com>
  • Loading branch information
automated-signal and EvanHahn-Signal committed Oct 8, 2021
1 parent 759bb94 commit 8f76c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stylesheets/components/Input.scss
Expand Up @@ -120,7 +120,7 @@

&--large {
bottom: 0;
margin: 12px;
margin: 12px 24px 12px 12px;
position: absolute;
right: 0;
}
Expand Down

0 comments on commit 8f76c8e

Please sign in to comment.