mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +00:00
Remove unnecessary calc() from css
The expression is evaluated by the LESS compiler. Change-Id: I7922d1ff2306ce880c6c9c011fda7576eea8e183
This commit is contained in:
parent
957c2b0c98
commit
fbd05031fc
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue