33308 Use pre-wrap for commit messages to keep lists indented

This commit is contained in:
tauriedavis 2017-06-06 16:27:50 -07:00
parent 71f9c43c83
commit efce255901
2 changed files with 5 additions and 1 deletions

View file

@ -228,7 +228,7 @@
margin: 10px 0;
background: $gray-light;
display: none;
white-space: pre-line;
white-space: pre-wrap;
word-break: normal;
pre {

View file

@ -0,0 +1,4 @@
---
title: Use pre-wrap for commit messages to keep lists indented
merge_request:
author: