Skip to content

Commit

Permalink
fix: remove size constraint on select control (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Butterworth committed Apr 8, 2021
1 parent 7200389 commit 9afff18
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion paragon/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ select.form-control {
background-repeat: no-repeat;
background-position: right 1rem center;
background-image: str-replace($custom-select-indicator, "#", "%23");
background-size: 8px 10px;
appearance: none;
-moz-appearance: none;
-webkit-appearance: none;
Expand Down

0 comments on commit 9afff18

Please sign in to comment.