Skip to content

Fix overlap of right-sidebar and wiki create page form

Eric Eastwood requested to merge 39509-fix-wiki-create-sidebar-overlap into master

What does this MR do?

  • Fix overlap of right-sidebar and wiki create page form
Before After

Are there points in the code the reviewer needs to double check?

  • We don't seem to have any existing tests for sidebar classes on specific pages. Do we want to introduce something around this?

Why was this MR needed?

Right-sidebar was overlapping the main create wiki page form content. This happens when there is an error because we see the POST /<namspace>/<project>/wikis page rendered out.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #39509 (closed)

Merge request reports