Commit 9661070e authored by Rob Taylor's avatar Rob Taylor

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

parent 3ed2fce2
...@@ -60,12 +60,13 @@ ...@@ -60,12 +60,13 @@
} }
.project-row, .group-row { .project-row, .group-row {
padding: 8px 15px !important; padding: 0 !important;
font-size: 14px; font-size: 14px;
line-height: 24px; line-height: 24px;
a { a {
display: block; display: block;
padding: 8px 15px;
} }
.project-name, .group-name { .project-name, .group-name {
......
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