From 9a4a3e846e469f774c593a0a0b319b47f9020809 Mon Sep 17 00:00:00 2001 From: carlossa Date: Wed, 20 Dec 2023 13:28:58 +0100 Subject: [PATCH] refs #6256 remove hypens --- src/components/ui/VnLv.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/ui/VnLv.vue b/src/components/ui/VnLv.vue index add546ab04..72375e8049 100644 --- a/src/components/ui/VnLv.vue +++ b/src/components/ui/VnLv.vue @@ -16,7 +16,6 @@ const isBooleanValue = computed(() => typeof $props.value === 'boolean'); .label, .value { white-space: pre-line; - hyphens: auto; word-wrap: break-word; }