Skip to content

Commit

Permalink
fix: use monospace font for error details
Browse files Browse the repository at this point in the history
  • Loading branch information
Kabir-Ivan committed Jul 17, 2024
1 parent cb59c0e commit 90c3e7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -539,6 +539,10 @@ main.container {
word-wrap: break-word;
}

.error__item .details__content {
font-family: monospace;
}

.state-button {
font-family: inherit;
font-size: 13px;
Expand Down

0 comments on commit 90c3e7e

Please sign in to comment.