mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 15:16:50 +00:00
Migrate bare division math to parens division
Bug: T369669 Change-Id: I69b4d9d13e5fef0c4030f27434ba2f60ba7e71ab
This commit is contained in:
parent
3cf45dd5ab
commit
bfcb00583a
|
@ -76,7 +76,7 @@
|
|||
|
||||
&::before {
|
||||
// stylelint-disable-next-line declaration-no-important
|
||||
top: 1.5625em / 2 !important;
|
||||
top: ( 1.5625em / 2 ) !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue