Skip to content

Commit

Permalink
Merge pull request #629 from webcompat/improve-code-without-language
Browse files Browse the repository at this point in the history
Issue Fix #620 - improve <code> without language
  • Loading branch information
karlcow committed Jun 11, 2015
2 parents 8d1fda4 + f27aa8a commit ff48a05
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions webcompat/static/css/development/components/comment.css
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,11 @@
list-style-type: decimal;
}
/* pre / code */
.Comment-content pre,
.Comment-content code {
white-space: normal;
.Comment-content pre {
padding: 1em;
margin: 0.5em 0px;
overflow: auto;
background: #F5F2F0;
}
/* title */
.Comment-content h1 {
Expand Down

0 comments on commit ff48a05

Please sign in to comment.