replace carriage returns client side
This commit is contained in:
@@ -17,6 +17,9 @@ tbody tr:nth-child(2n+1) {
|
||||
#upsert > textarea {
|
||||
width: 100%;
|
||||
resize: vertical;
|
||||
font-family: monospace;
|
||||
font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
#jobs > tbody > tr > td {
|
||||
@@ -43,6 +46,10 @@ tbody tr:nth-child(2n+1) {
|
||||
background: inherit;
|
||||
min-width: 40%;
|
||||
display: inline-block;
|
||||
white-space: pre;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
::selection,
|
||||
::-moz-selection {
|
||||
background-color: #565f67;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user