Commit 37e1f537 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Reduce padding for events on dashboard

parent 96e89ec3
...@@ -95,6 +95,7 @@ ...@@ -95,6 +95,7 @@
width: 20px; width: 20px;
} }
} }
ul { ul {
margin-bottom: 5px; margin-bottom: 5px;
.avatar { .avatar {
...@@ -103,7 +104,7 @@ ...@@ -103,7 +104,7 @@
} }
} }
padding: 14px 0px; padding: 12px 0px;
&:last-child { border:none } &:last-child { border:none }
.event_commits { .event_commits {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment