mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -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 {
|
pre {
|
||||||
code {
|
code {
|
||||||
white-space: pre-wrap;
|
word-wrap: normal;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
color: $primary;
|
color: $primary;
|
||||||
|
|
Loading…
Reference in a new issue