Commit fec283889bdc02893bd2fc78a0638b9a4ad2ac1a

Authored by Dmitriy Zaporozhets
1 parent c4299bb4

fix commit-description css on commit.show

Showing 1 changed file with 6 additions and 0 deletions   Show diff stats
app/assets/stylesheets/sections/commits.scss
... ... @@ -413,3 +413,9 @@
413 413 padding: 4px;
414 414 background-color: #EEE;
415 415 }
  416 +
  417 +.commit-description {
  418 + background: none;
  419 + border: none;
  420 + margin: 0;
  421 +}
... ...