Skip to content

Commit

Permalink
Fix RO/TO edit button position
Browse files Browse the repository at this point in the history
  • Loading branch information
nas-tabchiche committed Dec 20, 2024
1 parent 1b5d400 commit 831a3c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
</a>
<Anchor
href={`${$page.url.pathname}/edit?activity=${activeActivity}&next=${$page.url.pathname}?activity=${activeActivity}`}
class="btn variant-filled-primary h-fit absolute top-2 right-4"
class="btn variant-filled-primary h-fit"
>
<i class="fa-solid fa-pen-to-square mr-2" data-testid="edit-button" />
{m.edit()}
Expand Down

0 comments on commit 831a3c6

Please sign in to comment.