Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Fixes a display issue in the form-field select input
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Jul 2, 2019
1 parent ec806a8 commit 7129409
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

- Fixes a display issue in the form-field select input.
[href]

1.4.2 (2019-06-28)
~~~~~~~~~~~~~~~~~~~

Expand Down
4 changes: 4 additions & 0 deletions onegov/org/theme/styles/org.scss
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,10 @@ form {
@include form-element;
height: 100%;
min-height: 2.3125rem;

input[type="checkbox"] {
margin-top: .25rem !important;
}
}

small.error {
Expand Down

0 comments on commit 7129409

Please sign in to comment.