mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-20 11:44:05 +00:00
Replace fixed text length with css line-clamp (#96)
This commit is contained in:
@@ -262,7 +262,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