- Remove max char of 20 char.

- Add CSS trim
This commit is contained in:
Elad Shechter
2024-04-30 16:41:25 +02:00
parent 41f88a8464
commit e63bbf811d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -19,5 +19,5 @@
class:u-main-end={right}
data-title={title}
role="cell">
<div class="u-width-fit-content u-max-width-100-percent u-trim-1"><slot /></div>
<slot />
</div>
@@ -215,7 +215,7 @@
{@const formatted = formatColumn(document[column.id])}
<TableCell>
<div
class="u-contents"
class="u-width-fit-content u-max-width-100-percent u-trim-1"
use:tooltip={{
content: formatted.whole,
disabled: !formatted.truncated