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 -->
|
||||
|
||||
@@ -423,7 +423,6 @@ onSearched = debounce(onSearched, 500)
|
||||
<div class="flex-2">
|
||||
<BaseText
|
||||
:text="invoice.customer.name"
|
||||
:length="30"
|
||||
class="
|
||||
pr-2
|
||||
mb-2
|
||||
|
||||
Reference in New Issue
Block a user