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

Co-authored-by: Nick Schonning <nschonni@gmail.com>
This commit is contained in:
Claire 2023-04-25 22:15:00 +02:00 committed by GitHub
parent 1419f90ef2
commit 1527b02c6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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