Wrap commit message blocks

This commit is contained in:
Annabel Dunstone 2016-08-19 10:40:21 -05:00
parent 764ef25c11
commit d71a9baa1a
2 changed files with 7 additions and 0 deletions

View File

@ -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)

View File

@ -118,6 +118,8 @@
margin: 10px 0;
background: $gray-light;
display: none;
white-space: pre-line;
word-break: normal;
pre {
border: none;