Skip to content

Add CSS rule to prevent excess left margin

What does this MR do?

This fixes the extra left margin that shows in the pre HTML elements by adding a gl-white-space-pre-line css class

The above class will be added to gitlab-ui in the following MR: gitlab-ui!1846 (merged). The fix should kick in as soon as the gitlab-ui version is updated in this repository

#214587 (closed)

Screenshots (strongly suggested)

Before After
Screen_Shot_2020-11-10_at_11.35.20 Screen_Shot_2020-11-10_at_11.35.01

Does this MR meet the acceptance criteria?

Conformity

Merge request reports