Currently when three paragraph images attempt to show inline (side-by-side) in the browser modal popup, the third one gets booted to the next line because:

/web/core/assets/vendor/normalize-css/normalize.css, line 378 is adding:

margin: 0 2px;

Changing this to the following fixes the display issue:

margin: 0; /* removed for paragraph browser conflict - margin: 0 2px; */

CommentFileSizeAuthor
#3 juitter-css-changes-789312-2.patch2.16 KBdharti patel

Comments

W01F created an issue. See original summary.

dharti patel’s picture

Assigned: Unassigned » dharti patel
dharti patel’s picture

Assigned: dharti patel » Unassigned
Status: Active » Needs review
StatusFileSize
new2.16 KB
dharti patel’s picture

Assigned: Unassigned » dharti patel
Status: Needs review » Needs work

Hello @W01F,

Apologies please ignore this patch. I'll update you with new patch.

Thanks!

dharti patel’s picture

Hello, @W01F

Can you please provide me the step of the reproduce this issue. Because I'm not able to find the normalize.css file in this module.

Thanks

dharti patel’s picture

Assigned: dharti patel » Unassigned