-
Bug
-
Resolution: Fixed
-
Highest
-
17
-
Severity 3 - Minor
-
38
-
-
Warranty
Issue Summary
PDF export of a page shows a divider in the first half portion of a page
Steps to Reproduce
- Create a page
- Add any text or leave it empty
Issue is same with Page and space export
Expected Results
The Page should be exported with the exact contents on the page in view mode.
Actual Results
There is a horizontal line/divider in the top part of export
Workaround
Currently there is no known workaround for this behavior. A workaround will be added here when available
Please add the following css code to the PDF stylesheet:
div[data-testid="reaction-placeholder-divider"] {
border: none
}
To do this:
- You must be an admin for your confluence tenant
- Click the settings gear (top right corner) -> Look and feel -> PDF export
- In the PDF stylesheet add the above CSS code
A screenshot has been attached to this ticket to clarify the workaround