Skip to content

Commit ac593f5

Browse files
ENGCOM-6273: Fix escape less calc #25552
- Merge Pull Request #25552 from mediact/magento2:feature/less-calc-escape-fix - Merged commits: 1. e0a0d50
2 parents a74a8a8 + e0a0d50 commit ac593f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/web/css/source/lib/_navigation.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,7 @@
338338
top: 0;
339339
left: 100%;
340340
width: 10px;
341-
height: calc(100% + 3px);
341+
height: calc(~'100% + 3px');
342342
z-index: 1;
343343
}
344344
}

0 commit comments

Comments
 (0)