Skip to content

Commit a64db3d

Browse files
authored
style(SimplidiedPlan): fix padding (#1441)
1 parent ac70e8d commit a64db3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/containers/Tenant/Query/ExplainResult/components/SimplifiedPlan/SimplifiedPlan.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
overflow: auto;
66

77
height: 100%;
8-
padding: 0 0 15px;
8+
padding: 0 15px 15px;
99
&__table {
1010
width: 100%;
1111
max-width: 100%;

0 commit comments

Comments
 (0)