From e2c70de9a7960b821820369e7d494b19ac587a3b Mon Sep 17 00:00:00 2001 From: Kathy Lussier Date: Tue, 11 Jul 2017 13:08:23 -0400 Subject: [PATCH] LP#1486451: Remove rdetails_status nowrap style The copy details table was styled to not wrap, which sometimes pushed table contents off the page, particularly when some of the copies are conjoined items. This commit removes the style that was preventing wrapping. Test plan: Load record 15 in the Concerto dataset. Before the patch is loaded, you'll see that some of the content in the copy details table is pushed off the screen and requires horizontal scrolling. Post-patch, all of the copy details will display on screen without horizontal scrolling. In addition to the change in the Conjoined Items, you also might see some text wrapping in the Shelving Location and Status columns. Signed-off-by: Kathy Lussier Signed-off-by: Terran McCanna Signed-off-by: Galen Charlton --- Open-ILS/src/templates/opac/css/style.css.tt2 | 1 - 1 file changed, 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/css/style.css.tt2 b/Open-ILS/src/templates/opac/css/style.css.tt2 index 137a20a95e..a8884dbf69 100644 --- a/Open-ILS/src/templates/opac/css/style.css.tt2 +++ b/Open-ILS/src/templates/opac/css/style.css.tt2 @@ -678,7 +678,6 @@ div.format_icon { [%- ELSE %] padding: 7px 0px 3px 13px; [%- END %] - white-space: nowrap; } #rdetails_status td[headers=copy_header_library], -- 2.43.2