@@ -, +, @@ labels - If necessary, stage a batch of MARC files (Cataloging -> Stage MARC records for import). - Go to Cataloging -> Manage staged MARC records and click on one of the batches to view the details. - In the list of information about the batch, longer labels like "Matching rule applied" should wrap so that they stay aligned with other labels in the list. --- koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss | 2 ++ 1 file changed, 2 insertions(+) --- a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss +++ a/koha-tmpl/intranet-tmpl/prog/css/src/staff-global.scss @@ -686,6 +686,7 @@ label, max-width: inherit; padding: 0; vertical-align: middle; + white-space: normal; input { &[type="checkbox"], @@ -940,6 +941,7 @@ fieldset { font-weight: bold; padding: .3em 0; text-align: left; + white-space: normal; } } --