Browse Source

long names in change issue attributes

root 7 years ago
parent
commit
1d66594287
1 changed files with 4 additions and 1 deletions
  1. 4 1
      stylesheets/application.css

+ 4 - 1
stylesheets/application.css

@@ -26,10 +26,13 @@ tr.issue td.project {
     width: 30%;
 }
 
+
 @media screen and (max-width: 899px) {
         #header #quick-search select {
             color: #333 !important;
         }
 }
 
-
+.tabular #all_attributes select {
+    width:100%;
+}