Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
elsoazemelet committed Nov 6, 2024
1 parent 01f60d8 commit d6dd7ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
style="background-color:{config.information.color}"
>
<div class="flex flex-row items-center w-full">
<span class="mr-4">Else If</span>
<span class="mr-4">Else if</span>

<div
class="bg-secondary my-auto mr-1 rounded flex items-center flex-grow h-full"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
class:hover-bg={isButtonHovered}
in:fade={{ delay: 200 }}
>
<span class="text-start">{text}</span>
<span class="text-start line-clamp-3">{text}</span>
<div class="flex flex-row gap-2">
<button
class="flex rounded px-3 py-1 bg-commit items-center"
Expand Down

0 comments on commit d6dd7ab

Please sign in to comment.