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-08-19 18:40:21 +0300
committerAnnabel Dunstone <annabel.dunstone@gmail.com>2016-08-28 18:02:27 +0300
commitd71a9baa1ac79902e52c2614c66f5288612c7175 (patch)
tree9b2867657a7b4032d9473f0917da0eee48327929 /app/assets/stylesheets/pages/commits.scss
parent764ef25c1145fc46a929b37d90423181bc295aa5 (diff)
Wrap commit message blocks
Diffstat (limited to 'app/assets/stylesheets/pages/commits.scss')
-rw-r--r--app/assets/stylesheets/pages/commits.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/assets/stylesheets/pages/commits.scss b/app/assets/stylesheets/pages/commits.scss
index 315b365886a..b369f5c0805 100644
--- a/app/assets/stylesheets/pages/commits.scss
+++ b/app/assets/stylesheets/pages/commits.scss
@@ -118,6 +118,8 @@
margin: 10px 0;
background: $gray-light;
display: none;
+ white-space: pre-line;
+ word-break: normal;
pre {
border: none;