Skip to content

Commit 2ee3e79

Browse files
authored
fix(Query): fix query layout (#999)
1 parent a9c37d9 commit 2ee3e79

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,7 @@
5050
width: 100%;
5151
padding: 15px 20px;
5252
@include json-tree-styles();
53-
&
54-
.json-inspector__leaf.json-inspector__leaf_root.json-inspector__leaf_expanded.json-inspector__leaf_composite {
53+
& .json-inspector__leaf.json-inspector__leaf_root.json-inspector__leaf_composite {
5554
max-width: calc(100% - 50px);
5655
}
5756

src/containers/Tenant/Query/Query.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import '../../../styles/mixins.scss';
22

33
.ydb-query {
4-
max-height: 100%;
4+
max-height: calc(100% - 56px); // 56px - height of TenantNavigation
55
@include flex-container();
66

77
&__tabs {

0 commit comments

Comments
 (0)