Skip to content

Commit

Permalink
fix(core): 馃悰 incorrect thumbnail center styles
Browse files Browse the repository at this point in the history
  • Loading branch information
alistair3149 committed Feb 17, 2023
1 parent b04b46d commit 8f49101
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,13 @@ figure[ typeof~='mw:File/Frame' ] {
/* @noflip */
float: left;
}

&.mw-halign-center {
margin-right: auto;
margin-left: auto;
clear: both;
float: none;
text-align: center;
}
}
}

0 comments on commit 8f49101

Please sign in to comment.