Prevent layout shift with installed plugins

This commit is contained in:
Chocobozzz 2024-04-16 10:15:19 +02:00
parent df7008ddad
commit 91139b634d
No known key found for this signature in database
GPG key ID: 583A612D890159BE

View file

@ -309,6 +309,7 @@
@include margin-right($margin-right);
position: relative;
display: inline-block;
width: $width;
top: $top;
}