Skip to content

Commit 3448b11

Browse files
clean up
1 parent 02cea07 commit 3448b11

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
{@const isSelected = collectionId === collection.$id}
5050
<li class:is-selected={isSelected}>
5151
<a
52-
class="u-padding-block-4 u-padding-inline-12 u-flex u-cross-center u-gap-8"
52+
class="u-padding-block-4 u-padding-inline-end-4 u-padding-inline-start-8 u-flex u-cross-center u-gap-8"
5353
{href}>
5454
<Icon
5555
icon={IconTable}

0 commit comments

Comments
 (0)