0
0
Fork 0

refs #6256 remove hypens

This commit is contained in:
Carlos Satorres 2023-12-20 13:28:58 +01:00
parent d328951ac1
commit 9a4a3e846e
1 changed files with 0 additions and 1 deletions

View File

@ -16,7 +16,6 @@ const isBooleanValue = computed(() => typeof $props.value === 'boolean');
.label,
.value {
white-space: pre-line;
hyphens: auto;
word-wrap: break-word;
}
</style>