Skip to content

Commit

Permalink
fix(skinning): 馃悰 incorrect margin for right float thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Jun 17, 2024
1 parent 2639b0f commit fae9dad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ figure[ typeof~='mw:File/Frame' ] {
/* @noflip */
float: right;
/* @noflip */
margin-right: var( --space-lg );
margin-left: var( --space-lg );
/* @noflip */
clear: right;
}
Expand Down

0 comments on commit fae9dad

Please sign in to comment.