Commit 4675ff46e8b1d354d86cdf80ac3bd4f60814dbe3

Authored by Dmitriy Zaporozhets
1 parent 77a9b144

Remove bottom margin for text in event note

Showing 1 changed file with 4 additions and 0 deletions   Show diff stats
app/assets/stylesheets/sections/events.scss
@@ -80,6 +80,10 @@ @@ -80,6 +80,10 @@
80 margin-left: 0px; 80 margin-left: 0px;
81 max-width: 200px; 81 max-width: 200px;
82 } 82 }
  83 +
  84 + p:last-child {
  85 + margin-bottom: 0;
  86 + }
83 } 87 }
84 .event-note-icon { 88 .event-note-icon {
85 color: #777; 89 color: #777;