Skip to content

Commit

Permalink
fix(components): fix box sizing in blip select #155304
Browse files Browse the repository at this point in the history
bugfix/155304-add_box_sizing_to_select
  • Loading branch information
Mariana Ramos committed Oct 31, 2019
1 parent 7327608 commit 9623d31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/scss/components/_select.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
align-self: center;
position: relative;
z-index: 1;
box-sizing: initial;

&:focus { outline: none; }
}
Expand Down

0 comments on commit 9623d31

Please sign in to comment.