Fix calc() in less files

This commit is contained in:
djmaze 2021-07-15 21:02:00 +02:00
parent bf9b47ce85
commit c46e190a3a
2 changed files with 2 additions and 2 deletions

View file

@ -240,7 +240,7 @@
.btn {
&.buttonCompose {
width: calc(~'100% - 85px');
width: calc(100% - 85px);
max-width: -moz-fit-content;
max-width: -webkit-fit-content;
max-width: fit-content;