mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-02-20 03:39:48 -06:00
Merge pull request #2698 from Roardom/fix-chrome-code-block
(Fix) Chrome not wrapping code blocks
This commit is contained in:
@@ -532,6 +532,7 @@
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
word-break: normal;
|
||||
overflow-wrap: anywhere;
|
||||
white-space: pre-wrap;
|
||||
background: transparent;
|
||||
border: 0;
|
||||
@@ -545,6 +546,8 @@
|
||||
overflow: visible;
|
||||
line-height: inherit;
|
||||
word-wrap: normal;
|
||||
word-break: normal;
|
||||
overflow-wrap: anywhere;
|
||||
background-color: transparent;
|
||||
border: 0;
|
||||
}
|
||||
@@ -554,6 +557,7 @@
|
||||
line-height: inherit;
|
||||
word-wrap: normal;
|
||||
word-break: break-word;
|
||||
overflow-wrap: anywhere;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user