View | Details | Raw Unified | Return to bug 40335
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/css/select2.css (-1 / +8 lines)
Lines 55-60 Link Here
55
    max-width: 60%;
55
    max-width: 60%;
56
}
56
}
57
57
58
aside .select2.select2-container.select2-container--default {
59
    max-width: unset;
60
}
61
62
aside .select2-container .select2-selection--multiple .select2-selection__rendered {
63
    white-space: wrap;
64
}
65
58
fieldset.rows .select2 li {
66
fieldset.rows .select2 li {
59
    clear: none;
67
    clear: none;
60
    width: unset;
68
    width: unset;
61
- 

Return to bug 40335