Commit 7b38a0de9878b9b0214879e9def32c285e149808

Authored by Dmitriy Zaporozhets
1 parent 872cf404

show highlighted code correctly inside issue body

app/assets/stylesheets/gitlab_bootstrap/blocks.scss
... ... @@ -34,13 +34,6 @@
34 34 padding: 15px;
35 35 word-wrap: break-word;
36 36  
37   - pre {
38   - background: none !important;
39   - margin: 0;
40   - border: none;
41   - padding: 0;
42   - }
43   -
44 37 .clearfix {
45 38 margin: 0;
46 39 }
... ...