Skip to content

Commit 98674db

Browse files
fix(QueryResult): fix table display in fullscreen
1 parent 0ac83d0 commit 98674db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/containers/Tenant/QueryEditor/QueryResult/QueryResult.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
}
1616
&_fullscreen {
1717
width: 100%;
18-
margin-top: 0;
19-
padding: 10px;
18+
margin-top: 10px;
19+
padding: 0 10px 10px;
2020
}
2121
}
2222

0 commit comments

Comments
 (0)