Commit d56fd504 authored by Natalia Tepluhina's avatar Natalia Tepluhina

Merge branch 'andr3/218471-code-review-diff-overlaps-sidebar' into 'master'

Prevent diff spans from overgrowing the container

Closes #218471

See merge request gitlab-org/gitlab!32774
parents 1139a13f 6e185154
......@@ -446,7 +446,7 @@ table.code {
vertical-align: top;
span {
white-space: pre-wrap;
white-space: break-spaces;
&.context-cell {
display: inline-block;
......
---
title: Fix whitespace changes overgrowing the diff container
merge_request: 32774
author:
type: fixed
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment