Skip to content

Commit

Permalink
Fixes issue where create/fromimage SVG icons can get quite large
Browse files Browse the repository at this point in the history
Fixes #2241
  • Loading branch information
rhamilto committed Oct 10, 2017
1 parent 45d17ff commit d31e91f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/styles/_core.less
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,9 @@ label.checkbox {
custom-icon {
font-size: 100px;
line-height: 1;
img {
max-width: 100px;
}
}
}
span.fa.visible-xs-inline {
Expand Down
1 change: 1 addition & 0 deletions dist/styles/main.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit d31e91f

Please sign in to comment.