mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-01-24 16:18:40 +00:00
whitespace wrap pre because scroll is not working
This commit is contained in:
parent
45be09c3b8
commit
49c4fc3509
|
|
@ -11,6 +11,7 @@ pre {
|
|||
counter-reset: line;
|
||||
width: 100%;
|
||||
box-sizing: border-box;
|
||||
white-space:pre-wrap;
|
||||
|
||||
span {
|
||||
display: block;
|
||||
|
|
|
|||
|
|
@ -46,7 +46,8 @@ pre {
|
|||
overflow-x: scroll;
|
||||
counter-reset: line;
|
||||
width: 100%;
|
||||
box-sizing: border-box; }
|
||||
box-sizing: border-box;
|
||||
white-space:pre-wrap; }
|
||||
pre span {
|
||||
display: block; }
|
||||
pre span:before {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user