Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-26 00:12:32 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-04-26 00:12:32 +0300
commitbf021fbbba92924e4925a0f085a70f75472a24e4 (patch)
tree7b5be27d0f65a2c80b7e04ae383d1e275675c7c3 /app/assets
parentfdeeca3a15b4ef9ebcdc0fd386009b42a13626eb (diff)
Break in middle of word if a span within parallel view
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/diff.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/diff.scss b/app/assets/stylesheets/pages/diff.scss
index ed14b2cd1fe..1a7d5f9666e 100644
--- a/app/assets/stylesheets/pages/diff.scss
+++ b/app/assets/stylesheets/pages/diff.scss
@@ -131,8 +131,13 @@
margin: 0;
padding: 0 0.5em;
border: none;
+
&.parallel {
display: table-cell;
+
+ span {
+ word-break: break-all;
+ }
}
}