Commit 7cf7f452 authored by Miguel Rincon's avatar Miguel Rincon

Merge branch '321099-word-breaks-in-parallel-mode-could-confuse-reviewers' into 'master'

Resolve "Word breaks in parallel mode could confuse reviewers"

See merge request gitlab-org/gitlab!56713
parents 60444b92 07237b6b
...@@ -532,10 +532,6 @@ table.code { ...@@ -532,10 +532,6 @@ table.code {
&.parallel { &.parallel {
display: table-cell; display: table-cell;
width: 46%; width: 46%;
span {
word-break: break-all;
}
} }
&.old { &.old {
......
---
title: Fix word wrapping in parallel diffs
merge_request: 56713
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