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

Moved padding from li to a in dashboard groups / projects listing
This commit is contained in:
Dmitriy Zaporozhets 2014-09-01 14:04:12 +03:00
commit 94e7138bdb
1 changed files with 2 additions and 1 deletions

View File

@ -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 {