We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 808b0c4 commit ec7832bCopy full SHA for ec7832b
src/components/ProgressViewer/ProgressViewer.scss
@@ -12,10 +12,6 @@
12
align-items: center;
13
14
min-width: 150px;
15
-
16
- &_vertical {
17
- min-width: unset;
18
- }
19
height: 23px;
20
padding: 0 4px;
21
@@ -26,6 +22,10 @@
26
22
border-radius: 2px;
27
23
background: var(--g-color-base-generic);
28
24
25
+ &_vertical {
+ min-width: unset;
+ }
+
29
&_theme_dark {
30
color: var(--g-color-text-light-primary);
31
@@ -64,9 +64,10 @@
64
height: 100%;
65
66
&_vertical {
67
- width: 100%;
68
- bottom: 0;
69
top: auto;
+ bottom: 0;
70
+ width: 100%;
71
}
72
73
0 commit comments