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 c13d5f4 commit 982b702Copy full SHA for 982b702
client/styles/components/_asset-size.scss
@@ -28,7 +28,7 @@
28
top: 0;
29
left: 0;
30
bottom: 0;
31
- width: calc(var(--percent) * 100%);
+ width: calc(var(--percent, 1) * 100%);
32
33
@include themify() {
34
background-color: getThemifyVariable('progress-bar-active-color');
0 commit comments