Skip to content
Snippets Groups Projects
Commit dbf4e5b0 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Reduce padding for dashboard elements

parent dc038a71
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -71,7 +71,7 @@
}
 
.project-row, .group-row {
padding: 15px !important;
padding: 12px 15px !important;
 
.namespace-name {
color: #666;
Loading
Loading
Loading
Loading
@@ -99,7 +99,7 @@
}
}
 
padding: 16px 5px;
padding: 14px 0px;
&:last-child { border:none }
 
.event_commits {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment