From 16d2e2960e21026de188975731c30d81c52d20a0 Mon Sep 17 00:00:00 2001 From: Kathleen Neumann Date: Wed, 18 Oct 2023 10:33:30 +0200 Subject: [PATCH] layout fix: prevent breaking in names --- .../resources/META-INF/resources/scss/_ubo-common.scss | 4 ++++ ubo-common/src/main/resources/xsl/mods-display.xsl | 9 +++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ubo-common/src/main/resources/META-INF/resources/scss/_ubo-common.scss b/ubo-common/src/main/resources/META-INF/resources/scss/_ubo-common.scss index 39556a96..11435d02 100644 --- a/ubo-common/src/main/resources/META-INF/resources/scss/_ubo-common.scss +++ b/ubo-common/src/main/resources/META-INF/resources/scss/_ubo-common.scss @@ -156,6 +156,10 @@ .ubo-person-connected { // color: $warning; } + + .personalName { + white-space: nowrap; + } .ubo-mandatory::before { content: "* \00A0"; diff --git a/ubo-common/src/main/resources/xsl/mods-display.xsl b/ubo-common/src/main/resources/xsl/mods-display.xsl index 87e2ba6e..33535136 100644 --- a/ubo-common/src/main/resources/xsl/mods-display.xsl +++ b/ubo-common/src/main/resources/xsl/mods-display.xsl @@ -512,6 +512,11 @@ + + + ; + + @@ -530,10 +535,6 @@ - - ; - -