Commit b466217965965b1f6084d91eca44413658d09e99

Authored by Dmitriy Zaporozhets
1 parent 364bd38d

Fix note form width

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/notes.scss
... ... @@ -288,7 +288,7 @@ ul.notes {
288 288 box-shadow: none;
289 289 font-size: 14px;
290 290 height: 80px;
291   - width: 98.6%;
  291 + width: 100%;
292 292 }
293 293 }
294 294 }
... ...