Skip to content

Commit

Permalink
feat(client): increased logs' rows height, and added alternate backgr…
Browse files Browse the repository at this point in the history
…ound color to ease reading

This enhancement requires improvement as long log lines have their background truncated.
  • Loading branch information
Will Moss committed Feb 18, 2024
1 parent cb97600 commit 65eef1d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/client/assets/css/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -326,10 +326,14 @@ html {

[data-tab='Logs'] .row.is-textual {
white-space: nowrap;
line-height: 185%;

&:nth-child(2n + 1) {
background: #222;
}
}
}
}
// }

&[data-layout='half'] {
.main {
Expand Down

0 comments on commit 65eef1d

Please sign in to comment.