Skip to content

Commit

Permalink
make sure social svgs are visible (#8)
Browse files Browse the repository at this point in the history
When users has a standard reset.css or other files impacting layout, svgs may not display in the buttons.
  • Loading branch information
hyoungopb authored and avdeev committed Nov 8, 2018
1 parent 1a5ae20 commit 0dfa3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
@include iconHover();

svg {
width: 100%;
overflow: visible;
max-height: 24px;
}

Expand Down

0 comments on commit 0dfa3cc

Please sign in to comment.