mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
Wrap code blocks to next line
This commit is contained in:
@@ -16,8 +16,9 @@
|
||||
|
||||
code {
|
||||
font-family: $monospace_font;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
word-wrap: normal;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
kbd {
|
||||
|
||||
Reference in New Issue
Block a user