Skip to content

Commit 03d50d8

Browse files
ENGCOM-6273: Fix escape less calc #25552
2 parents 8ebf827 + ac593f5 commit 03d50d8

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)