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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/select2.inc (-2 / +3 lines)
Lines 19-25 Link Here
19
        // 26 is the margin-right of .select2-chosen when allowClear is false
19
        // 26 is the margin-right of .select2-chosen when allowClear is false
20
        width += 26;
20
        width += 26;
21
      }
21
      }
22
22
      if (width < 99) {
23
        width = 99;
24
      }
23
      return width;
25
      return width;
24
    },
26
    },
25
27
26
- 

Return to bug 24814