Skip to content

Commit

Permalink
fix(placeholder): respect a possible 'image icon' not occupying the s…
Browse files Browse the repository at this point in the history
…ame space
  • Loading branch information
Sean authored Nov 16, 2018
2 parents 11150d4 + 43de5c6 commit 06ba456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/elements/placeholder.less
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
}

/* Image */
.ui.placeholder .image:not(.header):not(.ui) {
.ui.placeholder .image:not(.header):not(.ui):not(.icon) {
height: @placeholderImageHeight;
}
.ui.placeholder .square.image:not(.header) {
Expand Down

0 comments on commit 06ba456

Please # to comment.