mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
- Remove max char of 20 char.
- Add CSS trim
This commit is contained in:
@@ -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>
|
||||
|
||||
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user