- Fixed Trac #333: organizations' drop-down list is truncated on IE when the name of an organization is too long.

SVN:trunk[977]
This commit is contained in:
Denis Flaven
2010-11-26 11:16:55 +00:00
parent 51fa310664
commit ced4bf4259
2 changed files with 8 additions and 2 deletions

View File

@@ -889,4 +889,10 @@ tr.row_added td {
}
a.truncated {
cursor: pointer;
}
.org_combo
{
font-size:x-small;
width: auto;
max-width: 200px;
}