Skip to content

Commit

Permalink
Fix zone interface that expand unexpectedly
Browse files Browse the repository at this point in the history
Closes: #6
  • Loading branch information
nemunaire committed Sep 6, 2023
1 parent 9a549b7 commit e07bbe1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ui/src/routes/domains/[dn]/[[historyid]]/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,11 @@
</div>
{/if}
</Col>
<Col class="d-flex">
<Col
sm={8}
md={9}
class="d-flex"
>
{#if data.history == selectedHistory}
<slot />
{:else}
Expand Down

0 comments on commit e07bbe1

Please sign in to comment.