mirror of
https://github.com/amiaopensource/ffmprovisr.git
synced 2025-06-26 12:47:50 +02:00
lifts the break-all and sets a max-width on code for long lines
This commit is contained in:
@ -118,7 +118,7 @@ code {
|
||||
color: #c7254e;
|
||||
background-color: #f9f2f4;
|
||||
border-radius: 4px;
|
||||
word-break: break-all;
|
||||
max-width: 800px;
|
||||
word-wrap: break-word;
|
||||
white-space: normal;
|
||||
display: inline-block;
|
||||
|
Reference in New Issue
Block a user