webstaff: ensure that side-by-side MARC record views don't overlap text
authorGalen Charlton <gmc@esilibrary.com>
Tue, 8 Sep 2015 21:47:49 +0000 (21:47 +0000)
committerJason Stephenson <jstephenson@mvlc.org>
Mon, 14 Sep 2015 19:44:21 +0000 (15:44 -0400)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
Signed-off-by: Jason Stephenson <jstephenson@mvlc.org>
Open-ILS/src/templates/staff/css/cat.css.tt2

index f3f27d2..ef3cd9c 100644 (file)
@@ -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;
+}