Commit dd2847f53872ae5070d3b9074ad79a6e56999daa

Authored by Dmitriy Zaporozhets
1 parent d18f89da

Few UI fixes for notes

Showing 1 changed file with 5 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/notes.scss
... ... @@ -135,11 +135,15 @@ ul.notes {
135 135 background-color: $white;
136 136 border-width: 1px 0;
137 137 padding-top: 0;
  138 +
  139 + li {
  140 + padding: 5px;
  141 + }
138 142 }
139 143 }
140 144  
141 145 .reply-btn {
142   - margin-top: 8px;
  146 + margin: 5px;
143 147 }
144 148 }
145 149  
... ...