Skip to content

Commit ec7832b

Browse files
committed
fix: lint
1 parent 808b0c4 commit ec7832b

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

src/components/ProgressViewer/ProgressViewer.scss

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
align-items: center;
1313

1414
min-width: 150px;
15-
16-
&_vertical {
17-
min-width: unset;
18-
}
1915
height: 23px;
2016
padding: 0 4px;
2117

@@ -26,6 +22,10 @@
2622
border-radius: 2px;
2723
background: var(--g-color-base-generic);
2824

25+
&_vertical {
26+
min-width: unset;
27+
}
28+
2929
&_theme_dark {
3030
color: var(--g-color-text-light-primary);
3131

@@ -64,9 +64,10 @@
6464
height: 100%;
6565

6666
&_vertical {
67-
width: 100%;
68-
bottom: 0;
6967
top: auto;
68+
bottom: 0;
69+
70+
width: 100%;
7071
}
7172
}
7273

0 commit comments

Comments
 (0)