Skip to content

Commit

Permalink
Use white-space:pre-wrap on pre tags to prevent overflowing container (
Browse files Browse the repository at this point in the history
  • Loading branch information
westonruter authored Nov 21, 2019
1 parent b86ba30 commit 35b414a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/css/src/amp-validation-single-error-url.css
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ table.striped > tbody > tr.even {
font-weight: 600;
}

.detailed pre {
white-space: pre-wrap;
}

.column-status select {
vertical-align: top;
}
Expand Down

0 comments on commit 35b414a

Please sign in to comment.