We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9c37d9 commit 2ee3e79Copy full SHA for 2ee3e79
src/containers/Tenant/Query/ExplainResult/ExplainResult.scss
@@ -50,8 +50,7 @@
50
width: 100%;
51
padding: 15px 20px;
52
@include json-tree-styles();
53
- &
54
- .json-inspector__leaf.json-inspector__leaf_root.json-inspector__leaf_expanded.json-inspector__leaf_composite {
+ & .json-inspector__leaf.json-inspector__leaf_root.json-inspector__leaf_composite {
55
max-width: calc(100% - 50px);
56
}
57
src/containers/Tenant/Query/Query.scss
@@ -1,7 +1,7 @@
1
@import '../../../styles/mixins.scss';
2
3
.ydb-query {
4
- max-height: 100%;
+ max-height: calc(100% - 56px); // 56px - height of TenantNavigation
5
@include flex-container();
6
7
&__tabs {
0 commit comments