Skip to content

Commit

Permalink
fix: fix wrapping in Raw Data and Content tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
micmro committed May 28, 2019
1 parent 03d3a39 commit 5572360
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/css-raw/perf-cascade.css
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@
.info-overlay-holder .tab .preview {width: auto; max-width: 100%; max-height: 500px; border: solid 1px #666;}
.info-overlay-holder .tab dl:after {content: ""; display: table; clear: both;}
.info-overlay-holder .tab.rendered-data {padding: 0;}
.info-overlay-holder .tab.rendered-data pre {padding:12px 12px 24px; white-space: pre-wrap;}
.info-overlay-holder .tab.rendered-data pre {padding:12px 12px 24px;}
.info-overlay-holder .tab.rendered-data pre > code {white-space: pre-wrap;}

/** Legend */
.resource-legend { margin: 0; padding: 0; font-size: 0.75em; line-height: 1.5em; display: inline-block;}
Expand Down

0 comments on commit 5572360

Please sign in to comment.