Skip to content

Commit

Permalink
Fix multiple select height.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart van der Waerden committed Jul 19, 2017
1 parent 78ad6be commit f0ee082
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arctic/static/arctic/src/assets/scss/partials/_temp.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ input[type='password'],
input[type='number'],
input[type='color'],
textarea,
select {
select,
select:not([size]):not([multiple]) {
@extend .form-control;
@extend .custom-select;
height: 45px;
Expand Down

0 comments on commit f0ee082

Please sign in to comment.