Commit 37e1f53734cb314861097bdf1d0b19adb948fe4b

Authored by Dmitriy Zaporozhets
1 parent 96e89ec3

Reduce padding for events on dashboard

Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
app/assets/stylesheets/sections/events.scss
... ... @@ -95,6 +95,7 @@
95 95 width: 20px;
96 96 }
97 97 }
  98 +
98 99 ul {
99 100 margin-bottom: 5px;
100 101 .avatar {
... ... @@ -103,7 +104,7 @@
103 104 }
104 105 }
105 106  
106   - padding: 14px 0px;
  107 + padding: 12px 0px;
107 108 &:last-child { border:none }
108 109  
109 110 .event_commits {
... ...