Skip to content

Commit

Permalink
fix(core): 馃悰 incorrect gallery margin and padding styles
Browse files Browse the repository at this point in the history
See T327016
  • Loading branch information
alistair3149 committed Jan 15, 2023
1 parent f11ad86 commit f40c0db
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions skinStyles/mediawiki/mediawiki.page.gallery.styles.less
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@
* https://starcitizen.tools
*/

ul.gallery {
padding: 0;
margin: var( --space-xxs ) 0;
}

// TODO: Remove when T327016 is fixed
.mw-content-ltr ul.gallery,
.mw-content-rtl .mw-content-ltr ul.gallery,
.mw-content-rtl ul.gallery,
.mw-content-ltr .mw-content-rtl ul.gallery {
margin: var( --space-xxs ) 0;
}

// Sync with caption styles
div.gallerytext {
padding: 0;
Expand Down

0 comments on commit f40c0db

Please sign in to comment.