-
Bug
-
Resolution: Timed out
-
Low
-
None
-
5.9.5
-
1
-
Severity 3 - Minor
-
Summary
An additional space is seen between images added on a confluence space . This appears in Confluence 5.9 + version.
Steps to reproduce
- Install source editor add-on
- Create a page and edit it
- Add the below source using the source editor <>
<p style="text-align: right;"> <ac:image> <ri:attachment ri:filename="example.jpg"/> </ac:image> <ac:image> <ri:attachment ri:filename="example.jpg"/> </ac:image> <ac:image> <ri:attachment ri:filename="example.jpg"> <ri:page ri:content-title="Events"/> </ri:attachment> </ac:image> </p>
- Ensure there is not space between the images
- Save the page
Expected Behaviour
There should be no spacing between the images when page is rendered
Actual result
There is some spacing between the images .
Workaround
Use the below CSS in Global stylesheet (Please try on test first)
.wiki-content .confluence-embedded-file-wrapper .confluence-embedded-image { display: block; margin-left: 0; margin-right: 0; max-width: calc(100%); }
Thank you for taking the time to raise, comment or vote on this Bug. We regret to inform you that due to a limited number of reports and based on our current backlog of higher impact issues that we are closing this issue as Timed Out.
If this issue is still impacting you on a recent version please feel free to comment with the affected version. Any further details you may be able to provide regarding reproduction or impact of this issue may help us better address this issue.
Thanks again.
Cheers,
Confluence Product Management