forked from cheng/wallet
Fixed the overflow problem in formatting to stop
the wrapping
This commit is contained in:
parent
872ac0ccdb
commit
88cb8f49ff
@ -46,11 +46,16 @@ td, th {
|
||||
}
|
||||
pre.terminal_image {
|
||||
font-family: 'DejaVu Sans Mono, Lucida Console, sans-serif';
|
||||
background-color: #000;
|
||||
background-color: #000;
|
||||
color: #0F0;
|
||||
font-size: 75%;
|
||||
white-space: no-wrap;
|
||||
}
|
||||
font-size: 90%;
|
||||
overflow: auto;
|
||||
}
|
||||
pre.terminal_image > code { white-space: pre; position: relative;
|
||||
}
|
||||
pre.text { overflow: auto; }
|
||||
pre.text > code { white-space: pre; }
|
||||
|
||||
|
||||
* { box-sizing: border-box;}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user