Skip to content

Commit a8bd27d

Browse files
committed
small style fix for breakpoint view
1 parent 4d97cb6 commit a8bd27d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

styles/debugger.less

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,10 +97,10 @@
9797

9898
.ellipsis-outer:before, .ellipsis-inner:before{
9999
position: absolute;
100-
content: '...';
100+
content: '';
101101
background: @syntax-background-color;
102-
left: 0;
103-
z-index:1;
102+
left: -1px;
103+
z-index: 1;
104104
}
105105

106106
.ellipsis-inner {

0 commit comments

Comments
 (0)