refs #6256 lv breakword #104

Merged
carlossa merged 6 commits from 6256-breakWord into dev 2024-01-03 08:18:15 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit 9a4a3e846e - Show all commits

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;
carlossa marked this conversation as resolved
Review

Quitar

Quitar
}
</style>