Making WordPress.org

Opened 6 months ago

Last modified 6 months ago

#6926 new defect (bug)

Paragraph and Image are aligned inline

Reported by: patelhitesh's profile patelhitesh Owned by:
Milestone: Priority: normal
Component: WordPress.org Site Keywords: needs-patch needs-design-feedback has-screenshots
Cc:

Description

Please check the below URL:
https://wordpress.org/documentation/article/gallery-block/

When we inspect the page and check the page width 425px wide the paragraph and image are aligned inline-block instead of block.

For more details, please check the attached screenshot

Attachments (1)

CleanShot 2023-04-07 at 15.07.55@2x.png (223.1 KB) - added by patelhitesh 6 months ago.
Paragraph and image are aligned inline

Download all attachments as: .zip

Change History (2)

@patelhitesh
6 months ago

Paragraph and image are aligned inline

#1 @patelhitesh
6 months ago

To overcome the issue, please find the below CSS:

body .is-layout-constrained > .alignright { float: none; }

Note: See TracTickets for help on using tickets.