Fix sass warning about deprecated slash as division (#24653)

Co-authored-by: Nick Schonning <nschonni@gmail.com>
th-downstream
Claire 1 year ago committed by GitHub
parent 0cfbe4c4af
commit 3141130720

@ -1170,7 +1170,7 @@ body > [data-popper-placement] {
width: 0; width: 0;
position: absolute; position: absolute;
top: 0; top: 0;
inset-inline-start: 16px + ((46px - 2px) / 2); inset-inline-start: 16px + ((46px - 2px) * 0.5);
&--full { &--full {
top: 0; top: 0;

Loading…
Cancel
Save