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,
|
.label,
|
||||||
.value {
|
.value {
|
||||||
white-space: pre-line;
|
white-space: pre-line;
|
||||||
hyphens: auto;
|
|
||||||
word-wrap: break-word;
|
word-wrap: break-word;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
Loading…
Reference in New Issue