Browse Source

Fix for UI image in placeholder segment

placeholder
Jack 6 years ago
parent
commit
0e80d097d7
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/placeholder.less

2
src/definitions/elements/placeholder.less

@ -65,7 +65,7 @@
}
/* Image */
.ui.placeholder .image:not(.header) {
.ui.placeholder .image:not(.header):not(.ui) {
height: @placeholderImageHeight;
}
.ui.placeholder .square.image:not(.header) {

Loading…
Cancel
Save