Commit 30aae10e0519d9e0b10ea2224897168273ba6e4a

Authored by Dmitriy Zaporozhets
1 parent 89ab7e79

Use 100% width for note edit form

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/notes.scss
... ... @@ -337,7 +337,7 @@ ul.notes {
337 337 box-shadow: none;
338 338 font-size: 14px;
339 339 height: 80px;
340   - width: 98.6%;
  340 + width: 100%;
341 341 }
342 342  
343 343 .form-actions {
... ...