Skip to content

Fix Web IDE OAuth misconfigured warning clipped on smaller displays

Cindy Halim requested to merge 474898-clipped-oauth-misconfigured-warning into master

Issue: Web IDE "Cannot open Web IDE" page gets clipped... (#474898 - closed)

What does this MR do and why?

Fixes Web IDE OAuth misconfigured warning clipped on smaller displays by:

  • Removing fixed height. Instead, display warning in the center for more consistency with loading UI
  • Scroll on content overflow

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Before After

before.mov

Position of warning component is inconsistent with loading component.

after.mov

before.png

Content is clipped due to fixed height

after_small.mov

Merge request reports