Commit 6e185154 authored by André Luís's avatar André Luís Committed by Natalia Tepluhina

Prevent diff spans from overgrowing the container

parent 27c3e349
...@@ -446,7 +446,7 @@ table.code { ...@@ -446,7 +446,7 @@ table.code {
vertical-align: top; vertical-align: top;
span { span {
white-space: pre-wrap; white-space: break-spaces;
&.context-cell { &.context-cell {
display: inline-block; 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