Skip to content

Commit

Permalink
Add max-width to pinned icon SVGs. (#17722)
Browse files Browse the repository at this point in the history
Mitigates #17719.
  • Loading branch information
jasmussen authored and gziolo committed Oct 10, 2019
1 parent 49ab90d commit 70aa7c9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
&.is-toggled {
margin-left: 5px;
}

svg {
max-width: 24px;
max-height: 24px;
}
}

// Colorize plugin icons to ensure contrast and cohesion, but allow plugin developers to override.
Expand Down

0 comments on commit 70aa7c9

Please sign in to comment.