Skip to content

Commit

Permalink
Issue checkstyle#7301: fix source display for firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
romani committed Dec 10, 2019
1 parent 0915a0e commit 8f4bd62
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/site/resources/css/site.css
Expand Up @@ -54,12 +54,13 @@ h2:hover .anchor, h3:hover .anchor {
.source {
white-space: nowrap;
padding: 0;
overflow-x: auto;
}

.source > pre {
margin: 0;
padding: 12px;
overflow-x: auto;
width: max-content;
}

.wrap-content pre {
Expand Down

0 comments on commit 8f4bd62

Please sign in to comment.