Skip to content

Commit

Permalink
fix wide padding issue on button groups in forms (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredcunha-usds committed Sep 21, 2018
1 parent 99ef5c1 commit c0e4935
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/assets/stylesheets/components/_button-group.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@
@include media($width-sm) {
margin-left: $multiple;
}
}

button[type="submit"] {
padding-left: 2.4rem;
padding-right: 2.4rem;
}

.sba-c-button:first-child {
Expand Down
2 changes: 1 addition & 1 deletion lib/certify_design_system/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ module CertifyDesignSystem
# MAJOR version when you make incompatible API changes,
# MINOR version when you add functionality in a backwards-compatible manner, and
# PATCH version when you make backwards-compatible bug fixes.
VERSION = '1.16.0'
VERSION = '1.16.1'
end

0 comments on commit c0e4935

Please sign in to comment.