Moved padding from li to a in dashboard groups / projects listing

This commit is contained in:
Rob Taylor 2014-07-31 15:04:08 +01:00
parent 3ed2fce208
commit 9661070e26
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 {