Commit dbf4e5b0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Reduce padding for dashboard elements

parent dc038a71
...@@ -71,7 +71,7 @@ ...@@ -71,7 +71,7 @@
} }
.project-row, .group-row { .project-row, .group-row {
padding: 15px !important; padding: 12px 15px !important;
.namespace-name { .namespace-name {
color: #666; color: #666;
......
...@@ -99,7 +99,7 @@ ...@@ -99,7 +99,7 @@
} }
} }
padding: 16px 5px; padding: 14px 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