-
Bug
-
Resolution: Fixed
-
Highest
-
None
-
79
-
Severity 3 - Minor
-
28
-
Issue Summary
Create/Edit Template page formatting is broken.
Environment
Confluence Cloud
Steps to Reproduce
- Open any space in the instance.
- go to Space settings > Content Tools > Templates
- click on ‘Create New Template’ or try to edit an existing template
Expected Results
Users should be able to create/edit templates without any formatting issues.
Actual Results
Notice that the template title is in the middle of the page instead of at the top.
Workaround
- Open the template editor
- Once you see the broken editor, press F12 (assuming you are using Firefox or Chrome). This will open your browser's inspector
- In the inspector, use the search to find the .editor-fullheight class in the code
- Look for the properties in the HTML named "width" and "height" which will be in % and change them to values similar to: width=1200px and height=4000px
- This will not make it look properly but at least will allow you to work on it.
- relates to
-
HOT-87952 Loading...