Skip to content
Snippets Groups Projects
Commit 426a7e16 authored by Linus's avatar Linus :thinking:
Browse files

Word wrap for descriptions

parent 0956b439
Branches
Tags
No related merge requests found
Pipeline #78430 passed
...@@ -93,3 +93,8 @@ ...@@ -93,3 +93,8 @@
html { html {
overflow-y: scroll; overflow-y: scroll;
} }
pre {
white-space: pre-wrap;
word-wrap: break-word;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment