Part of bug 532... doubleSelect wasn't usable with large category names.

git-svn-id: http://piwigo.org/svn/trunk@2577 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-09-23 22:04:02 +00:00
parent 93629d04a7
commit 45387067c2
+1 -1
View File
@@ -91,7 +91,7 @@ TABLE.doubleSelect TD {
}
TABLE.doubleSelect SELECT.categoryList {
width: 100%;
width: 100%; max-width: 100%; overflow-x: auto; /* Bug 532 */
}
FORM#categoryPermissions LI {