Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Rowling: galleries in block editor do not left-align flush with theme's CSS #447

Closed
jessestu opened this issue Dec 20, 2018 · 1 comment
Closed
Assignees
Labels
[Pri] High Support [Type] Bug Something isn't working
Milestone

Comments

@jessestu
Copy link

Steps to replicate

  1. User the block editor on a site with Rowling theme.
  2. Create an image gallery.
  3. Publish the page.

Result

.post-content ul { margin-left: 1.5em; } causes the entire gallery to indent. This CSS seems to be in the theme.

Image:
screen shot 2018-12-20 at 12 01 10

Expected

I expected the gallery to align with the left with 0 margin. This CSS override fixes the issue:

.post-content ul.wp-block-gallery {
  margin-left: 0;
}
@laurelfulford laurelfulford added this to the Rowling milestone Dec 29, 2018
@alaczek alaczek self-assigned this Feb 5, 2019
@alaczek
Copy link
Contributor

alaczek commented Feb 5, 2019

Fixed in r53230-wpcom-themes

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
[Pri] High Support [Type] Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants