Skip to content

Commit 001870f

Browse files
committed
fix: css lint
1 parent 30ca3a8 commit 001870f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/containers/Tenant/Query/QuerySettingsDialog/QuerySettingsTimeout.scss

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,18 @@
1111

1212
&__postfix {
1313
margin-right: var(--g-spacing-2);
14+
1415
color: var(--g-color-text-secondary);
1516
}
1617

1718
&__title {
1819
flex: 4;
20+
align-items: center;
1921

22+
height: var(--g-text-header-2-line-height);
2023
margin-right: var(--g-spacing-3);
2124

2225
font-weight: 500;
23-
align-items: center;
24-
height: var(--g-text-header-2-line-height);
2526
white-space: nowrap;
2627
}
2728
}

0 commit comments

Comments
 (0)