Skip to content

Commit

Permalink
Merge pull request #777 from ravinderk/hotfix/frontend/amount-style
Browse files Browse the repository at this point in the history
Fix amount style in form header for larger donation
  • Loading branch information
Devin Walker committed Jul 21, 2016
2 parents d1e3ca7 + ffc4cbe commit 9e0cdc8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/scss/frontend/forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ form[id*='give-form'] {
#give-amount,
#give-amount-text {
@include give-input();
width: 125px;
min-width: 125px;

&.invalid-amount {
border: 1px solid red;
Expand Down
2 changes: 1 addition & 1 deletion assets/sourcemaps/give.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion templates/give.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion templates/give.min.css

Large diffs are not rendered by default.

0 comments on commit 9e0cdc8

Please sign in to comment.