Skip to content

Commit

Permalink
Fixed snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
Lizardguard committed Nov 8, 2023
1 parent 7af0a52 commit 3df972c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ exports[`AdaptivityElementAnswerFeedback should render 1`] = `
<div
class="flex w-full h-fit my-4"
>
<div
class="w-1/2"
>
<p
class="pl-4 font-bold"
>
Schade, leider war deine Antwort falsch.
</p>
</div>
<div
class="flex justify-end w-1/2"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ exports[`AdaptivityElementTaskSelection should render 1`] = `
class="grid justify-center gap-4 lg:grid-cols-2 gap-x-8"
>
<div
class="flex flex-col"
class="flex flex-col text-sm"
>
<button
class="w-full max-w-2xl px-2 py-1 justify-center flex items-center text-sm rounded-lg hover:cursor-pointer hover:border-buttonbgblue hover:text-buttonbgblue hover:bg-adlerdarkblue lg:text-xl transition ease-in-out duration-75 active:translate-x-1 active:translate-y-1 active:border-transparent text-adlerdarkblue font-regular border-t-[1px] border-l-[1px] border-b-4 border-r-4 border-adlerdarkblue overflow-hidden box-border bg-buttonbgblue"
Expand Down

0 comments on commit 3df972c

Please sign in to comment.