mirror of
https://github.com/meineerde/redmine.git
synced 2025-12-19 15:01:14 +00:00
Remove hardcoded width in query column selects (#26646).
Patch by Vladimir Litov. git-svn-id: http://svn.redmine.org/redmine/trunk@17751 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
parent
c7d74b0b03
commit
360772f2ad
@ -392,7 +392,7 @@ div.table-list.boards .table-list-cell.name {width: 30%;}
|
|||||||
display:block;
|
display:block;
|
||||||
}
|
}
|
||||||
.query-columns select {
|
.query-columns select {
|
||||||
width:150px;
|
min-width:150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.query-totals {text-align:right;}
|
.query-totals {text-align:right;}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user