diff options
author | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-08-19 10:40:21 -0500 |
---|---|---|
committer | Annabel Dunstone <annabel.dunstone@gmail.com> | 2016-08-28 10:02:27 -0500 |
commit | d71a9baa1ac79902e52c2614c66f5288612c7175 (patch) | |
tree | 9b2867657a7b4032d9473f0917da0eee48327929 | |
parent | 764ef25c1145fc46a929b37d90423181bc295aa5 (diff) | |
download | gitlab-ce-d71a9baa1ac79902e52c2614c66f5288612c7175.tar.gz |
Wrap commit message blocks
-rw-r--r-- | CHANGELOG | 5 | ||||
-rw-r--r-- | app/assets/stylesheets/pages/commits.scss | 2 |
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index f4c850fe00c..fb43be4b455 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -54,6 +54,11 @@ v 8.11.1 - Pulled due to packaging error. v 8.11.0 + - Add merge request versions !5467 +v 8.12.0 + - Wrap text in commit message containers + +v 8.11.0 (unreleased) - Use test coverage value from the latest successful pipeline in badge. !5862 - Add test coverage report badge. !5708 - Remove the http_parser.rb dependency by removing the tinder gem. !5758 (tbalthazar) 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; |