-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Paragraph alignment causes issues with position #6172
Comments
This issue report may be out of date. I tried the following steps:
Result: I can only see the "Third - none" paragraph (the other two are there but hidden underneath).
If I instead try to recreate the paragraphs and alignments manually using the Gutenberg UI instead of copying the code example directly, I end up with something that looks more like this:
and the underlying code looks different:
@grappler may I ask exactly how you arrived at the code from step one in your example? Did you get to that by using the UI or did you manually create that code example? Note: I believe the alignment implementation has changed since this issue was created. |
@grappler @designsimply You used to be able to set the block alignment of a Paragraph to float left or right, but that was removed at some point. So can this issue be closed now because it is obsolete? |
Let's close this as it's not relevant to paragraphs anymore. |
Issue Overview
When working with paragraph alignment the paragraph are not displayed in a logical order.
Steps to Reproduce (for bugs)
Expected Behavior
The order
Current Behavior
The text looks like the following.
On the frontend with Twenty Seventeen it looks like
Possible Solution
Perhaps add some clearing to the third paragraph.
Todos
The text was updated successfully, but these errors were encountered: