]> source.dussan.org Git - redmine.git/commitdiff
Fix duplicate selector (#32890).
authorGo MAEDA <maeda@farend.jp>
Tue, 28 Jan 2020 02:57:37 +0000 (02:57 +0000)
committerGo MAEDA <maeda@farend.jp>
Tue, 28 Jan 2020 02:57:37 +0000 (02:57 +0000)
Patch by Marius BALTEANU.

git-svn-id: http://svn.redmine.org/redmine/trunk@19475 e93f8b46-1217-0410-a6f0-8f06a7374b81

public/stylesheets/responsive.css

index bdcfab97f8ed61a87a9ddad50a8fdc811526d60e..c3ba3eacb3ecc58d7f124e4958072989c18df046 100644 (file)
   #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) {
     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;