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