Skip to content

Commit 982b702

Browse files
committed
Add fallback for --percent in asset-size
1 parent c13d5f4 commit 982b702

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/styles/components/_asset-size.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
top: 0;
2929
left: 0;
3030
bottom: 0;
31-
width: calc(var(--percent) * 100%);
31+
width: calc(var(--percent, 1) * 100%);
3232

3333
@include themify() {
3434
background-color: getThemifyVariable('progress-bar-active-color');

0 commit comments

Comments
 (0)