-
Notifications
You must be signed in to change notification settings - Fork 398
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-3884 fix: tree empty flickering * CB-3884 fix: blink empty folder message in tree --------- Co-authored-by: Daria Marutkina <[email protected]>
- Loading branch information
1 parent
e78155a
commit 4c9a6d2
Showing
4 changed files
with
17 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
webapp/packages/core-blocks/src/Tree/TreeNode/TreeNodeNestedMessage.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,4 +1,4 @@ | ||
.treeNodeNestedMessage { | ||
composes: theme-typography--caption from global; | ||
padding: 4px 12px; | ||
padding: 1px 12px; | ||
} |
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
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
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