Skip to content

Commit e5055ac

Browse files
committed
fix: stylelint
1 parent 54eec33 commit e5055ac

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
.ydb-drawer-wrapper {
22
&__item {
33
z-index: 4;
4+
45
height: 100%;
56
}
67
}

src/containers/Tenant/Diagnostics/TopQueries/TopQueries.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
&__not-found-container {
5353
display: flex;
5454
flex-direction: column;
55-
align-items: center;
5655
justify-content: center;
57-
height: 100%;
56+
align-items: center;
5857

58+
height: 100%;
5959
padding: var(--g-spacing-5) 0;
6060
}
6161

0 commit comments

Comments
 (0)