From 1c95ebadc6c60b5a977bcc7cca11eb1e65b31217 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Tue, 8 Sep 2015 21:47:49 +0000 Subject: [PATCH] webstaff: ensure that side-by-side MARC record views don't overlap text Signed-off-by: Galen Charlton Signed-off-by: Jason Stephenson --- Open-ILS/src/templates/staff/css/cat.css.tt2 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/Open-ILS/src/templates/staff/css/cat.css.tt2 b/Open-ILS/src/templates/staff/css/cat.css.tt2 index f3f27d214d..ef3cd9c65d 100644 --- a/Open-ILS/src/templates/staff/css/cat.css.tt2 +++ b/Open-ILS/src/templates/staff/css/cat.css.tt2 @@ -150,3 +150,12 @@ grid[name="-none-"] * label { color: black; } #z3950-search-form-row { margin-bottom: 20px; } + +/* + * MARC view styles + */ + +/* ensure that side-by-side MARC record views don't overlap text */ +.marc_tag_row { + word-break: break-word; +} -- 2.11.0