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

Commit

Permalink
Merge pull request #10011 from adobe/rlim/tree-label-issue
Browse files Browse the repository at this point in the history
Remove the negative margin hack which is no longer needed
  • Loading branch information
peterflynn committed Nov 25, 2014
2 parents a222e6a + c5792f7 commit e411da0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/styles/jsTreeTheme.less
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ li.jstree-closed > ul { display:none; }
*/
.jstree-brackets li > a {
@jstree-icon-text-overlap: 2px;
padding-left: (@jstree-sprite-size - @jstree-icon-backindent - @jstree-icon-text-overlap + 10000px);
margin-left: -10000px;
padding-left: (@jstree-sprite-size - @jstree-icon-backindent - @jstree-icon-text-overlap);
display: block;
}

Expand Down

0 comments on commit e411da0

Please sign in to comment.