Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit c5792f7

Browse files
committed
Remove the negative margin hack which is no longer needed
1 parent a222e6a commit c5792f7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/styles/jsTreeTheme.less

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ li.jstree-closed > ul { display:none; }
6262
*/
6363
.jstree-brackets li > a {
6464
@jstree-icon-text-overlap: 2px;
65-
padding-left: (@jstree-sprite-size - @jstree-icon-backindent - @jstree-icon-text-overlap + 10000px);
66-
margin-left: -10000px;
65+
padding-left: (@jstree-sprite-size - @jstree-icon-backindent - @jstree-icon-text-overlap);
6766
display: block;
6867
}
6968

0 commit comments

Comments
 (0)