diff options
-rw-r--r-- | app/assets/stylesheets/sections/dashboard.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/assets/stylesheets/sections/dashboard.scss b/app/assets/stylesheets/sections/dashboard.scss index 2be24e9b131..327e7aaa0e9 100644 --- a/app/assets/stylesheets/sections/dashboard.scss +++ b/app/assets/stylesheets/sections/dashboard.scss @@ -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 { |