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 358-364 aside { Link Here
358
            }
358
            }
359
359
360
            input[type="text"],
360
            input[type="text"],
361
            select {
361
            select:not([multiple], [size]) {
362
                height: calc( 1.5em + .75rem + 2px );
362
                height: calc( 1.5em + .75rem + 2px );
363
            }
363
            }
364
364
365
- 

Return to bug 36897