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 3fbf72b commit 2621fd5Copy full SHA for 2621fd5
src/containers/Tenant/Diagnostics/Diagnostics.scss
@@ -1,6 +1,7 @@
1
@use '../../../styles/mixins.scss';
2
3
.kv-tenant-diagnostics {
4
+ --diagnostics-margin-top: var(--g-spacing-4);
5
display: flex;
6
overflow: hidden;
7
flex-direction: column;
@@ -42,8 +43,8 @@
42
43
44
// Margin is not counted in height
45
// thats why we need to subtract it.
- height: calc(100% - var(--g-spacing-4));
46
- margin-top: var(--g-spacing-4);
+ height: calc(100% - var(--diagnostics-margin-top));
47
+ margin-top: var(--diagnostics-margin-top);
48
padding: 0 var(--g-spacing-5);
49
50
.ydb-table-with-controls-layout {
0 commit comments