Skip to content

Commit d9db6cc

Browse files
committed
fix: fix padding
1 parent 3552825 commit d9db6cc

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

src/containers/Tenant/Diagnostics/TopQueries/QueryDetails/QueryDetails.scss

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,11 @@
88
color: var(--g-color-text-primary);
99
background-color: var(--g-color-base-background-dark);
1010

11-
&__header {
12-
display: flex;
13-
justify-content: space-between;
14-
align-items: center;
15-
16-
padding: var(--g-spacing-5) var(--g-spacing-6) 0 var(--g-spacing-6);
17-
}
18-
19-
&__title {
20-
margin: 0;
21-
22-
font-size: 16px;
23-
font-weight: 500;
24-
}
25-
26-
&__actions {
27-
display: flex;
28-
gap: var(--g-spacing-2);
29-
}
30-
3111
&__content {
3212
overflow: auto;
3313
flex: 1;
3414

35-
padding: var(--g-spacing-5) var(--g-spacing-4) var(--g-spacing-5) var(--g-spacing-6);
15+
padding: var(--g-spacing-5) var(--g-spacing-4) var(--g-spacing-5) var(--g-spacing-4);
3616
}
3717

3818
&__query-header {
@@ -62,9 +42,4 @@
6242
border-radius: 4px;
6343
background-color: var(--code-background-color);
6444
}
65-
66-
&__icon {
67-
// prevent button icon from firing onMouseEnter/onFocus through parent button's handler
68-
pointer-events: none;
69-
}
7045
}

0 commit comments

Comments
 (0)