Skip to content

Commit

Permalink
small style fix for breakpoint view
Browse files Browse the repository at this point in the history
  • Loading branch information
pfitzseb committed Feb 14, 2020
1 parent 4d97cb6 commit a8bd27d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions styles/debugger.less
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@

.ellipsis-outer:before, .ellipsis-inner:before{
position: absolute;
content: '...';
content: '';
background: @syntax-background-color;
left: 0;
z-index:1;
left: -1px;
z-index: 1;
}

.ellipsis-inner {
Expand Down

0 comments on commit a8bd27d

Please sign in to comment.