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

(-)a/koha-tmpl/intranet-tmpl/prog/css/select2.css (-10 lines)
Lines 49-61 Link Here
49
    clear: none;
49
    clear: none;
50
    width: auto;
50
    width: auto;
51
}
51
}
52
53
.select2.select2-container.select2-container--default {
54
    flex-grow: 1;
55
    max-width: 60%;
56
}
57
58
fieldset.rows .select2 li {
59
    clear: none;
60
    width: unset;
61
}
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tt (-1 / +10 lines)
Lines 16-21 Link Here
16
    fieldset.rows li {
16
    fieldset.rows li {
17
        display: flex;
17
        display: flex;
18
    }
18
    }
19
20
    .select2.select2-container.select2-container--default {
21
        flex-grow: 1;
22
        max-width: 60%;
23
    }
24
25
    fieldset.rows .select2 li {
26
        clear: none;
27
        width: unset;
28
    }
19
</style>
29
</style>
20
</head>
30
</head>
21
31
22
- 

Return to bug 40931