mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 21:31:35 +02:00
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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user