Remove unnecessary calc() from css

The expression is evaluated by the LESS compiler.

Change-Id: I7922d1ff2306ce880c6c9c011fda7576eea8e183
This commit is contained in:
Ed Sanders 2015-09-10 22:53:31 +01:00
parent 957c2b0c98
commit fbd05031fc

View file

@ -26,7 +26,7 @@
font-weight: bold;
padding: 1em;
padding-left: 2em;
width: calc( @notification-popup-width / 2 );
width: @notification-popup-width / 2;
box-sizing: border-box;
&:last-child {