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

Merge pull request #7406 from robbytaylor/feature/group-row-padding

Moved padding from li to a in dashboard groups / projects listing
parents 20dbc2a1 9661070e
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -60,12 +60,13 @@
}
 
.project-row, .group-row {
padding: 8px 15px !important;
padding: 0 !important;
font-size: 14px;
line-height: 24px;
 
a {
display: block;
padding: 8px 15px;
}
 
.project-name, .group-name {
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