Skip to content

Commit 22fbe1a

Browse files
committed
Fix incorrect styles in the descriptor selector
1 parent 0237134 commit 22fbe1a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

modules/lib/src/main/resources/assets/styles/view/widget-preview-panel.less

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@
7070

7171
.no-preview-message,
7272
.no-selection-message {
73-
7473
&.icon-blocked::before {
7574
position: absolute;
7675
top: 50%;
@@ -82,8 +81,6 @@
8281
z-index: 1;
8382
}
8483

85-
.watermark-text(21px, true);
86-
8784
position: static;
8885
top: 0;
8986
height: 100%;
@@ -95,6 +92,7 @@
9592
flex-direction: column;
9693

9794
span {
95+
.watermark-text(21px, true);
9896
white-space: normal;
9997
display: block;
10098
}

0 commit comments

Comments
 (0)