From a34159ef9e12de8d0d6030d3dc3e6f1a92cfc9f5 Mon Sep 17 00:00:00 2001 From: Marius BALTEANU Date: Sun, 26 Jan 2020 22:23:03 +0200 Subject: [PATCH 5/7] Fix duplicate selector --- public/stylesheets/responsive.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/public/stylesheets/responsive.css b/public/stylesheets/responsive.css index bdcfab97f..c3ba3eacb 100644 --- a/public/stylesheets/responsive.css +++ b/public/stylesheets/responsive.css @@ -799,6 +799,7 @@ #issue_tree .issue > td.subject, #relations .issue > td.subject { width: 100% !important; /* let subject have one full width column */ word-break: break-word; /* break word if subject is too long */ + padding-right: 25px; /* this is the spaces that .buttons uses next to subject */ } #issue_tree .issue > td:not(.checkbox), #relations .issue > td:not(.checkbox) { @@ -825,11 +826,6 @@ vertical-align: middle; } - #issue_tree .issue > td.subject, - #relations .issue > td.subject { - padding-right: 25px; /* this is the spaces that .buttons uses next to subject */ - } - /* attachment upload form */ .attachments_fields span { position: relative; -- 2.22.0