Skip to content

Make rich blob viewer wider for PC

What does this MR do?

Unifies margins in the rich blob viewer to remove weird margins around itself for PC.

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

Margin 16px is good enough?

Why was this MR needed?

Rich blob viewer has weird margins around itself for PC. See #41709 (closed) for some screenshots.

Screenshots (if relevant)

The following screenshots were taken in the 874px-wide environment (= md).

README.md blob view of a Markdown file
41709-readme-after 41709-blob-view-md-after

The following screenshots were taken in the 992px-wide environment (= md). (Note that !16181 (merged) will fix a bug occurring on wider environments than 790px (= some of md and any of lg).)

README.md blob view of a Markdown file
41709-readme-after-md 41709-blob-view-md-after-md

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #41709 (closed)

Edited by Takuya Noguchi

Merge request reports