-
Bug
-
Resolution: Unresolved
-
Low
-
None
-
8.5.3
-
2
-
Severity 3 - Minor
-
Issue Summary
This is reproducible on Data Center: Yes
Steps to Reproduce
- In a page, add a table macro to it.
- Add .svg files to the table. For example, adding an emoji reproduces the issue.
- This could be a new page or an already-created page.
- Also, this is reported when upgrading from 7.19.x to 8.5.3.
Expected Results
The images should render or look as intended.
Actual Results
The table shows the images "stretched" or with rendering issues:
Workaround
Option 1
Adding a format to the .svg files(such as highlighting and setting it as Bold) helps mitigate the render.
Option 2
Adding the below code in the Confluence global stylesheet helps with the display issue when you have multiple pages on the site with the same render issue:
confluenceTable .confluenceTh,.confluenceTable .confluenceTd { width: auto!important; }