Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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 join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[Pri] High Support [Type] Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants