Skip to content

Fix broken image fallback rendering inline with text#505

Open
lucifer2661 wants to merge 2 commits intofrappe:developfrom
lucifer2661:fix-inline-broken-image
Open

Fix broken image fallback rendering inline with text#505
lucifer2661 wants to merge 2 commits intofrappe:developfrom
lucifer2661:fix-inline-broken-image

Conversation

@lucifer2661
Copy link
Copy Markdown

Problem

When an image fails to load in the Print Designer, the fallback icon/text
appears inline with nearby text. This causes layout issues and makes the
output look inconsistent.

Root cause

Images in the Print Designer are rendered using background images, but the
image and fallback containers were not explicitly styled as block-level
elements. Because of this, fallback content followed inline flow when an
image was missing.

Fix

Force block-level rendering for image and fallback containers inside the
Print Designer preview so both loaded and missing images behave consistently
in the layout.

Notes

  • Change is limited to Print Designer styles
  • No impact on PDF rendering or Vue component logic

@lucifer2661
Copy link
Copy Markdown
Author

any udates from mods?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant