mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 23:58:31 -05:00
UX: wrapping around code blocks is crazy, impossible to read
This commit is contained in:
parent
93d7edb810
commit
ba1cf44d0f
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ aside.quote {
|
|||
|
||||
pre {
|
||||
code {
|
||||
white-space: pre-wrap;
|
||||
word-wrap: normal;
|
||||
display: block;
|
||||
padding: 5px 10px;
|
||||
color: $primary;
|
||||
|
|
Loading…
Reference in a new issue