Skip to content

Commit

Permalink
Hotfix: remove padding on code elements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Taylor committed Jun 11, 2015
1 parent 3bd8cea commit 3b35892
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions webcompat/static/css/development/components/comment.css
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,9 @@
overflow: auto;
background: #F5F2F0;
}
.wc-Comment-content code {
padding: 0;
}
/* title */
.wc-Comment-content h1 {
font-size: 2em;
Expand Down

0 comments on commit 3b35892

Please sign in to comment.