Skip to content

Commit

Permalink
Update Text Input styling to adhere to design specification (#325)
Browse files Browse the repository at this point in the history
* Update Text Input styling to adhere to design specification

* Add global "override" for block input margin
  • Loading branch information
aduth committed Dec 14, 2022
1 parent 11234b1 commit 2731dbd
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Unreleased

### Improvements

- Update Text Input styling to adhere to design specification.

## 6.5.0

### Improvements
Expand Down
5 changes: 2 additions & 3 deletions src/scss/elements/form-controls/_global.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
.usa-hint {
@include u-margin-top(0.5);
@include u-margin-bottom(1.5);
%block-input-styles {
margin-top: units(0.5);
}

0 comments on commit 2731dbd

Please sign in to comment.