LP1739293 Record merged edit-in-place avoid wrap
[evergreen-equinox.git] / Open-ILS / src / templates / staff / css / cat.css.tt2
index 9d04e00..cbbdfba 100644 (file)
@@ -281,3 +281,11 @@ table.custom-label-table td {
   white-space: pre-wrap;
 }
 
+/* Avoid word wrapping in edit mode and add scrolls for navigation */
+.record-edit-container {
+  flex: 1;
+  overflow-x: scroll;
+  overflow-y: scroll;
+  white-space: nowrap;
+}
+