Skip to content

Commit

Permalink
Prevent layout shift with installed plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Apr 16, 2024
1 parent df7008d commit 91139b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/sass/include/_mixins.scss
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,7 @@
@include margin-right($margin-right);

position: relative;
display: inline-block;
width: $width;
top: $top;
}
Expand Down

0 comments on commit 91139b6

Please sign in to comment.