From dba0d7c9f96529d32c1a94bb29ef87c5fc3839f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rub=C3=A9n=20D=C3=A1vila?= Date: Wed, 17 Feb 2016 12:33:16 -0500 Subject: [PATCH] Decrease padding of labels for Milestone's issues tab. * Also get rid of no longer required CSS. --- app/assets/stylesheets/pages/milestone.scss | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/app/assets/stylesheets/pages/milestone.scss b/app/assets/stylesheets/pages/milestone.scss index 79fda5ee63a..df809fb3c20 100644 --- a/app/assets/stylesheets/pages/milestone.scss +++ b/app/assets/stylesheets/pages/milestone.scss @@ -23,15 +23,9 @@ li.milestone { font-weight: bold; } - .issue-row .assignee-icon { + .issue-row { .color-label { - float: left; - padding: 8px; - margin-left: 10px; - } - - img { - margin-left: 8px; + padding: 5px !important; } } }