-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Low
-
None
-
Affects Version/s: 6.13.4, 6.13.5, 7.15.0
-
Component/s: Macros - Panels
-
None
-
5
-
Severity 3 - Minor
-
2
Warning
It appears that this issue was solved after Confluence 7.15. However, still, there is no border in the preview mode. The border appears once the macro is inserted into the page.
Issue Summary
After adding a panel macro to a page, we found that the macro has no default border until we specify in the setting.
![]()
Steps to Reproduce
Add the panel macro on a new page with some text and save the page.
Expected Results
The panel should be added with a default border.
Actual Results
There isn't any border for the panel macro.
Workaround
You can add the following CSS script in the CSS stylesheet:
.wiki-content .panel
{border-color:#dfe1e5; }
which will bring the border after the saving the page but it will not show on the preview mode.