Commit cb5ba178 authored by Simon Knox's avatar Simon Knox

Merge branch 'vs-break-long-code-line-in-markdown' into 'master'

Wrap long inline code lines when previewing markdown files

See merge request gitlab-org/gitlab!54540
parents d46798c0 5df20ab8
......@@ -78,7 +78,7 @@
code {
font-family: $monospace-font;
white-space: pre-wrap;
word-wrap: normal;
overflow-wrap: break-word;
word-break: keep-all;
}
......
---
title: Wrap long code lines in markdown
merge_request: 54540
author:
type: fixed
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