webbuild.css: fixes for code wrapping in output box inside pre tag
This commit is contained in:
parent
a5a362641e
commit
d70b96d3e4
@ -327,7 +327,7 @@ input#repsearchtext {
|
||||
width:100% !important;
|
||||
height:350px;
|
||||
overflow:auto;
|
||||
overflow-x:hidden;
|
||||
overflow-x:auto;
|
||||
word-wrap: break-word;
|
||||
font-family:monospace;
|
||||
font-size:9pt;
|
||||
@ -369,6 +369,11 @@ input#repsearchtext {
|
||||
color:white;
|
||||
}
|
||||
|
||||
.outputbox > pre {
|
||||
white-space: pre-wrap;
|
||||
word-break: break-word;
|
||||
}
|
||||
|
||||
.outputbox > pre > p {
|
||||
background-color:gray;
|
||||
color:white;
|
||||
|
Loading…
Reference in New Issue
Block a user