From 3229311b0bbc7ed26956bb9e390b3353d5f68166 Mon Sep 17 00:00:00 2001 From: "J.M" Date: Sun, 15 Dec 2013 11:49:54 +0100 Subject: [PATCH] Make sidebar links more accessible, display: block --- app/assets/stylesheets/sections/dashboard.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/assets/stylesheets/sections/dashboard.scss b/app/assets/stylesheets/sections/dashboard.scss index 99bbcbd2108..6937097fb84 100644 --- a/app/assets/stylesheets/sections/dashboard.scss +++ b/app/assets/stylesheets/sections/dashboard.scss @@ -73,6 +73,10 @@ font-weight: bold; } + a { + display: block; + } + .project-name, .group-name { font-size: 15px; }