Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
fix(ui): align checkout modal with button (#1370)
Browse files Browse the repository at this point in the history
  • Loading branch information
Merle Breitkreuz committed Nov 26, 2020
1 parent 6b1067d commit 4598283
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/Screen/Project/Source/CheckoutButton.svelte
Expand Up @@ -28,7 +28,7 @@
<style>
.clone-dropdown {
margin-top: 3rem;
right: 2rem;
right: 0;
position: absolute;
border-radius: 8px;
background: var(--color-background);
Expand All @@ -44,7 +44,7 @@
}
</style>

<Overlay {expanded} on:hide={hide}>
<Overlay {expanded} on:hide={hide} style="position: relative;">
<div class="clone-dropdown" hidden={!expanded}>
<p style="margin-bottom: 0.5rem;">{helpText}</p>

Expand Down

0 comments on commit 4598283

Please sign in to comment.