word break

This commit is contained in:
Kseninia Mikhaylova 2024-07-18 15:04:26 +03:00
parent 1cf0a60c27
commit 71b914f07f
1 changed files with 11 additions and 1 deletions

View File

@ -48,3 +48,13 @@ const columns = [
</template> </template>
</UTable> </UTable>
</template> </template>
<style scoped>
table {
max-width: 100%;
}
li {
white-space: normal;
}
</style>