Skip to content

Commit

Permalink
chore: add border style default to Example / Collapse button
Browse files Browse the repository at this point in the history
  • Loading branch information
bolt-bot committed Nov 13, 2019
1 parent 2fa9367 commit 2d6136c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@
font-family: $pl-font;
border-color: #ddd;
border-width: 1px; // fix for different browser defaults
border-style: solid; // fix for different browser defaults (ex. Safari)
display: flex;
align-items: center;

Expand Down

0 comments on commit 2d6136c

Please sign in to comment.