Skip to content

Commit dfa89a6

Browse files
committed
fix: lint.
1 parent aef2a2d commit dfa89a6

File tree

1 file changed

+5
-4
lines changed
  • src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]

1 file changed

+5
-4
lines changed

src/routes/(console)/project-[region]-[project]/databases/database-[database]/collection-[collection]/table.svelte

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
Badge,
2929
FloatingActionBar,
3030
InteractiveText,
31-
Typography,
31+
Typography
3232
} from '@appwrite.io/pink-svelte';
3333
import DualTimeView from '$lib/components/dualTimeView.svelte';
3434
@@ -262,9 +262,10 @@
262262
<Typography.Text truncate>
263263
{formatted.value}
264264
</Typography.Text>
265-
<span
266-
style:white-space="pre-wrap"
267-
style:word-break="break-all" slot="tooltip">
265+
<span
266+
slot="tooltip"
267+
style:white-space="pre-wrap"
268+
style:word-break="break-all">
268269
{formatted.whole}
269270
</span>
270271
</Tooltip>

0 commit comments

Comments
 (0)