mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 11:14:06 +00:00
Replace fixed text length with css line-clamp (#96)
This commit is contained in:
@@ -196,7 +196,7 @@
|
||||
</template>
|
||||
|
||||
<template #cell-name="{ row }">
|
||||
<BaseText :text="row.data.customer.name" :length="30" />
|
||||
<BaseText :text="row.data.customer.name" />
|
||||
</template>
|
||||
|
||||
<!-- Invoice Number -->
|
||||
|
||||
Reference in New Issue
Block a user