-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
) * CB-4400 removed project margin styles to prevent tree jump on DnD * CB-4400 removed DND jump lag for connection/script/dataset trees * CB-4400 top tree project has margin --------- Co-authored-by: s.teleshev <[email protected]>
- Loading branch information
1 parent
98d7d1f
commit d96e0b8
Showing
4 changed files
with
2 additions
and
10 deletions.
There are no files selected for viewing
1 change: 0 additions & 1 deletion
1
...navigation-tree-rm/src/Tree/ProjectsRenderer/NavigationTreeProjectsRendererRenderer.m.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
.projectNode { | ||
margin-top: 8px; | ||
|
||
&.project:only-child, | ||
&.hideProjects { | ||
margin-top: 0px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 0 additions & 1 deletion
1
...ion-tree/src/NavigationTree/ProjectsRenderer/NavigationTreeProjectsRendererRenderer.m.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
.projectNode { | ||
margin-top: 8px; | ||
|
||
&.project:only-child, | ||
&.hideProjects { | ||
margin-top: 0px; | ||
} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters