Skip to content

Commit

Permalink
Log style improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Reiche committed Jan 20, 2022
1 parent ab9e52f commit a624be7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions report-ng/app/src/components/code-view/code-view.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,16 @@
@import "styles/statuses";

.code-view {
padding: 0.5em;
//padding: 0.5em;
font-size: 14px;
background-color: #2b2b2b;
color: #c0dee0;
line-height: 1.5em;
font-family: monospace;
word-break: break-all;
//word-break: break-all;
width: fit-content;
min-width: 100%;
white-space: pre-line;

a {
color: cornflowerblue;
Expand Down Expand Up @@ -65,7 +66,7 @@
padding: 2px 4px;
}

.pre {
white-space: pre-wrap;
}
//.pre {
// white-space: pre;
//}
}
2 changes: 1 addition & 1 deletion report-ng/app/src/components/logs/logs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
*/

.logs {
white-space: nowrap;
white-space: pre;
}

0 comments on commit a624be7

Please sign in to comment.