forked from verdnatura/salix-front
refs #6256 remove hypens
This commit is contained in:
parent
d328951ac1
commit
9a4a3e846e
|
@ -16,7 +16,6 @@ const isBooleanValue = computed(() => typeof $props.value === 'boolean');
|
|||
.label,
|
||||
.value {
|
||||
white-space: pre-line;
|
||||
hyphens: auto;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in New Issue