зеркало из https://github.com/mozilla/brackets.git
Merge pull request #591 from humphd/fix-padding-on-files-container
Fix padding so it is really 0 on filetree container, to deal with upstream merge changes
This commit is contained in:
Коммит
f26c6f4e8e
|
@ -28,7 +28,7 @@ div.working-set-option-btn[style] {
|
|||
}
|
||||
|
||||
#project-files-container ul {
|
||||
padding: 0;
|
||||
padding: 0 !important;
|
||||
}
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче