Skip to content

Commit

Permalink
fix: overflow meta and error text on report
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNech committed Aug 8, 2019
1 parent 6aacc4a commit cce1c0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/static/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,10 @@
font-weight: bold;
}

.toggle-open__item {
word-wrap: break-word;
}

.error {
background: #f6f5f3;
padding: 5px;
Expand All @@ -318,6 +322,7 @@

.error__item {
white-space: pre-wrap;
word-wrap: break-word;
}

.state-button {
Expand Down

0 comments on commit cce1c0a

Please sign in to comment.