Commit fc1f828b authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch '33308-use-pre-wrap-for-commit-messages' into 'master'

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

Closes #33308

See merge request !11957
parents 359a8f1f efce2559
...@@ -228,7 +228,7 @@ ...@@ -228,7 +228,7 @@
margin: 10px 0; margin: 10px 0;
background: $gray-light; background: $gray-light;
display: none; display: none;
white-space: pre-line; white-space: pre-wrap;
word-break: normal; word-break: normal;
pre { pre {
......
---
title: Use pre-wrap for commit messages to keep lists indented
merge_request:
author:
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment