33308 Use pre-wrap for commit messages to keep lists indented
This commit is contained in:
parent
71f9c43c83
commit
efce255901
2 changed files with 5 additions and 1 deletions
|
@ -228,7 +228,7 @@
|
|||
margin: 10px 0;
|
||||
background: $gray-light;
|
||||
display: none;
|
||||
white-space: pre-line;
|
||||
white-space: pre-wrap;
|
||||
word-break: normal;
|
||||
|
||||
pre {
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
title: Use pre-wrap for commit messages to keep lists indented
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue