Commit 5df20ab8 authored by Vitaly Slobodin's avatar Vitaly Slobodin Committed by Simon Knox

Wrap long inline code lines when previewing markdown files

parent b8d307ac
...@@ -78,7 +78,7 @@ ...@@ -78,7 +78,7 @@
code { code {
font-family: $monospace-font; font-family: $monospace-font;
white-space: pre-wrap; white-space: pre-wrap;
word-wrap: normal; overflow-wrap: break-word;
word-break: keep-all; 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