Skip to content

Commit

Permalink
Add max-width to pinned icon SVGs.
Browse files Browse the repository at this point in the history
Mitigates #17719.
  • Loading branch information
jasmussen committed Oct 2, 2019
1 parent fec4a44 commit 56c2b65
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 56c2b65

Please sign in to comment.