Skip to content

Commit c007674

Browse files
committed
refactor(NodesViewer): match default control styles
1 parent 66baaec commit c007674

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

src/components/NodesViewer/NodesViewer.scss

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,7 @@
55
@include flex-container();
66

77
&__controls {
8-
display: flex;
9-
align-items: center;
10-
gap: 12px;
11-
12-
margin: 0 0 8px;
8+
@include controls;
139
}
1410

1511
&__name {

src/containers/Tenant/Diagnostics/Diagnostics.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
width: 100%;
4040
padding: 0 20px;
4141

42+
& .nodes-viewer,
4243
& .global-storage {
4344
&__controls {
4445
padding-top: 0;

0 commit comments

Comments
 (0)