From e63bbf811df280f6105374d04bbdbf70e36ca9c9 Mon Sep 17 00:00:00 2001 From: Elad Shechter Date: Tue, 30 Apr 2024 16:41:25 +0200 Subject: [PATCH] - Remove max char of 20 char. - Add CSS trim --- src/lib/elements/table/cell.svelte | 2 +- .../database-[database]/collection-[collection]/table.svelte | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/elements/table/cell.svelte b/src/lib/elements/table/cell.svelte index 77e45d5bc..a97360b95 100644 --- a/src/lib/elements/table/cell.svelte +++ b/src/lib/elements/table/cell.svelte @@ -19,5 +19,5 @@ class:u-main-end={right} data-title={title} role="cell"> -
+ diff --git a/src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/table.svelte b/src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/table.svelte index bb9304f9b..f023601c1 100644 --- a/src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/table.svelte +++ b/src/routes/console/project-[project]/databases/database-[database]/collection-[collection]/table.svelte @@ -215,7 +215,7 @@ {@const formatted = formatColumn(document[column.id])}