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

(-)a/koha-tmpl/intranet-tmpl/prog/css/cateditor.css (-4 lines)
Lines 69-78 body { Link Here
69
    font-size: 12px;
69
    font-size: 12px;
70
}
70
}
71
71
72
#clipboard {
73
    height: auto;
74
}
75
76
/*> MARC editor */
72
/*> MARC editor */
77
#editor .CodeMirror {
73
#editor .CodeMirror {
78
    line-height: 1.2;
74
    line-height: 1.2;
(-)a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss (-2 / +1 lines)
Lines 343-349 aside { Link Here
343
            }
343
            }
344
344
345
            input[type="text"],
345
            input[type="text"],
346
            select {
346
            select:not([multiple], [size]) {
347
                height: calc( 1.5em + .75rem + 2px );
347
                height: calc( 1.5em + .75rem + 2px );
348
            }
348
            }
349
349
350
- 

Return to bug 36897