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:
authorJacob Schatz <jschatz@gitlab.com>2016-06-16 03:32:24 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-16 03:59:12 +0300
commit7580597cf36c32f5e063cd3545f2f7c861ac723e (patch)
tree36eb0c902929e7fda5c2b87a832d94eb877141aa /app/assets
parent34a0300ba3727cad1d205616cfc137004b898c68 (diff)
Merge branch 'long-commit-message-scroll-fix' into 'master'
Fix long commit message scroll issue. Fixes horizontal scrollbar for long commit description. ## Before ![before_](/uploads/d261e26044d8ab451bc7768b16316253/before_.png) ## After ![after](/uploads/f27227a77d25d80b797e3ffc916d1957/after.png) See merge request !4643
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/stylesheets/pages/commits.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 5a6e55cf63f..761e33f0df7 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -120,6 +120,7 @@
background: inherit;
padding: 0;
margin: 0;
+ white-space: pre-wrap;
}
a {