fix: truncate text in listview if text is large
This commit is contained in:
parent
c46f956df8
commit
cd77d8ef78
@ -63,7 +63,7 @@
|
||||
<div
|
||||
v-for="column in columns"
|
||||
:key="column.key"
|
||||
class="text-base text-gray-900"
|
||||
class="text-base text-gray-900 truncate"
|
||||
:class="[column.size, column.align]"
|
||||
>
|
||||
{{ row[column.key] }}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user