fix: trims in domain and git

This commit is contained in:
Arman
2023-08-20 16:48:43 +02:00
parent da84e3bfac
commit a7309315a7
2 changed files with 6 additions and 6 deletions
+5 -5
View File
@@ -77,12 +77,12 @@
{#each rules.rules as domain, i}
<TableRow>
<TableCellLink title="Domain" href={`http://${domain.domain}`} external noStyle>
<Trim>
<span class="u-flex u-gap-4 u-cross-center">
<span class="u-flex u-gap-4 u-cross-center">
<Trim>
<span class="link">{domain.domain}</span>
<span class="icon-external-link" aria-hidden="true" />
</span>
</Trim>
</Trim>
<span class="icon-external-link" aria-hidden="true" />
</span>
</TableCellLink>
<TableCell title="Status">
{#if domain.status === 'created'}
@@ -12,7 +12,7 @@
on:click={() => (showDropdown = !showDropdown)}
type="button"
class="u-flex u-gap-4 u-cross-center">
<span class="icon-github" aria-hidden="true" /> <span class="link">Git</span>
<span class="icon-github" aria-hidden="true" /> <span class="link">GitHub</span>
</button>
<svelte:fragment slot="list">
<DropListLink href={deployment.providerRepositoryUrl} external icon="github">