multiselect: do not cut off group names

This commit is contained in:
Jan-Christoph Borchardt 2013-06-11 18:04:11 +02:00
parent e6a4721f64
commit 35e7b64cc2
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ ul.multiselectoptions {
ul.multiselectoptions.down {
border-bottom-left-radius: .5em;
border-bottom-right-radius: .5em;
width: 100%; /* do not cut off group names */
}
ul.multiselectoptions.up {