(css) Decrease all-day events margin in day view

This commit is contained in:
Francis Lachapelle 2016-02-02 12:09:55 -05:00
parent 4fb71ffdd0
commit fa9bd3995e

View file

@ -111,7 +111,7 @@ $quarter_height: 10px;
} }
.sg-event { .sg-event {
margin: $block_margin; margin: 3px $block_margin;
line-height: initial; line-height: initial;
position: relative; position: relative;