Skip to content

Commit

Permalink
Fix dashkit scss building
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarry authored and mvines committed Jun 12, 2020
1 parent 6aa797c commit 6619edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion explorer/src/scss/dashkit/vendors/_select2.scss
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@
}

.select2-search--inline .select2-search__field {
height: calc(1em * $input-line-height);
height: calc(1em * #{$input-line-height});
padding-bottom: .25rem;
background-color: transparent;
border: 0;
Expand Down

0 comments on commit 6619edb

Please sign in to comment.