Skip to content

Commit 2b11c35

Browse files
committed
fix(Diagnostics): layout
1 parent 5dbda2d commit 2b11c35

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

src/containers/Tenant/Diagnostics/Healthcheck/Healthcheck.scss

+14
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
.healthcheck {
44
padding: 25px 20px 20px;
55

6+
&__issues {
7+
overflow-x: hidden;
8+
overflow-y: auto;
9+
10+
height: 70vh;
11+
max-height: 70vh;
12+
}
13+
614
&__loader {
715
display: flex;
816
justify-content: center;
@@ -35,10 +43,16 @@
3543
}
3644

3745
&__preview-title {
46+
display: flex;
47+
align-items: center;
48+
3849
font-weight: 600;
3950
}
4051

4152
&__self-check-status-indicator {
53+
display: flex;
54+
align-items: center;
55+
4256
padding: 0 8px;
4357

4458
border-radius: 4px;

0 commit comments

Comments
 (0)