Skip to content

Commit 1068339

Browse files
committed
fix: code-review
1 parent 2b11c35 commit 1068339

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

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

+6-7
Original file line numberDiff line numberDiff line change
@@ -37,24 +37,23 @@
3737

3838
&__status-wrapper {
3939
display: flex;
40-
gap: 8px;
40+
align-items: baseline;
4141

4242
margin-bottom: 15px;
43+
gap: 8px;
4344
}
4445

4546
&__preview-title {
46-
display: flex;
47-
align-items: center;
48-
4947
font-weight: 600;
48+
line-height: 24px;
5049
}
5150

5251
&__self-check-status-indicator {
53-
display: flex;
54-
align-items: center;
55-
5652
padding: 0 8px;
5753

54+
font-size: 13px;
55+
line-height: 24px;
56+
5857
border-radius: 4px;
5958

6059
&_good,

src/containers/Tenant/Diagnostics/TenantOverview/TenantOverview.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@
2121
}
2222

2323
&__top-label {
24-
gap: 10px;
25-
2624
margin-bottom: 20px;
2725

2826
font-weight: 600;
27+
line-height: 24px;
28+
gap: 10px;
2929
}
3030

3131
&__common-info {

0 commit comments

Comments
 (0)