Skip to content

Commit 8285c63

Browse files
committed
fixing e2e
1 parent c0c18c3 commit 8285c63

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/app/demo/demo.component.less

+4-2
Original file line numberDiff line numberDiff line change
@@ -148,8 +148,10 @@
148148
}
149149

150150
.dp-place-holder {
151-
width: 1px;
152-
height: 1px;
151+
position: absolute;
152+
width: 5px;
153+
height: 5px;
154+
opacity: 0;
153155
}
154156
}
155157

0 commit comments

Comments
 (0)