mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Replace fixed text length with css line-clamp (#96)
This commit is contained in:
@@ -211,7 +211,7 @@
|
||||
</template>
|
||||
|
||||
<template #cell-name="{ row }">
|
||||
<BaseText :text="row.data.customer.name" :length="30" />
|
||||
<BaseText :text="row.data.customer.name" />
|
||||
</template>
|
||||
|
||||
<template #cell-status="{ row }">
|
||||
|
||||
@@ -180,7 +180,6 @@
|
||||
<div class="flex-2">
|
||||
<BaseText
|
||||
:text="estimate.customer.name"
|
||||
:length="30"
|
||||
class="
|
||||
pr-2
|
||||
mb-2
|
||||
|
||||
Reference in New Issue
Block a user