Skip to content

Resolve "Persistent banner creates problem for web ide"

Paul Slaughter requested to merge 46591-fix-ide-height-issues into master

What does this MR do?

Updates the body layout of the Web IDE to use flexbox. This helps maintainability by simply letting the browser automatically adjust the height of the Web IDE.

Notes:

  • EE Port (gitlab-ee!6923)
  • This MR also refreshes the height of the editor when flash is closed
  • This MR also refactors some of the flexbox styling using bootstrap utility classes

Screenshot

20180817-webide-flexbox-demo-sm

What are the relevant issue numbers?

Closes #46591 (closed)

Does this MR meet the acceptance criteria?

Edited by Paul Slaughter

Merge request reports