How can I set the widht of a Label to e.g. 90% - 100px ?
calc(90% - 100px) doesn’t work
Hi @Patrick,
calc(90% - 100px)
should work fine. As opposed in your screenshot, please make sure to add a space before and after the -
/ +
sign.
Hope this helps!
Regards,
David
ah ok, i forgot the space…
Thanks a lot