Skip to content

Fix padding problem.#33

Open
gustavom wants to merge 3 commits intodrewbkoch:masterfrom
gustavom:master
Open

Fix padding problem.#33
gustavom wants to merge 3 commits intodrewbkoch:masterfrom
gustavom:master

Conversation

@gustavom
Copy link
Copy Markdown

@gustavom gustavom commented Feb 1, 2017

After installing update 1.8, the file icons appear with the 'padding' problem. I applied a css adjustment to fix this.

brakets icon request

After installing update 1.8, the file icons appear with the 'padding' problem. I applied a css adjustment to fix this.
@gustavom gustavom mentioned this pull request Feb 2, 2017
@amd940
Copy link
Copy Markdown

amd940 commented Apr 29, 2017

Does your fix address nested padding as well?

I wrote a little code to address the padding issue as well. My code is as follows:

#project-files-container li a .jstree-icon {
	left: -4px !important;
}
#project-files-container li.jstree-open a .jstree-icon {
	left: 8px !important;
}
#project-files-container li.jstree-open li.jstree-open a .jstree-icon {
	left: 18px !important;
}

It only handles two nested folders, but I've never had more than two to worry about. If someone has a better solution please comment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants