Skip to content

Commit

Permalink
Revert "Change text-wrap from pretty to balance because of shitty bro…
Browse files Browse the repository at this point in the history
…wser support"

This reverts commit 936202c.
  • Loading branch information
bdevos committed Sep 8, 2024
1 parent 936202c commit c89aa21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ListItem.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default function ListItem({ entry, lastVisit, timeFormatter }: Props) {
/>
<a
href={href}
class='text-neutral-900 dark:text-neutral-50 visited:text-fuchsia-800 dark:visited:text-fuchsia-200 text-base text-balance leading-tight tracking-tight sm:tracking-normal'
class='text-neutral-900 dark:text-neutral-50 visited:text-fuchsia-800 dark:visited:text-fuchsia-200 text-base text-pretty leading-tight tracking-tight sm:tracking-normal'
>
{title}
</a>
Expand Down

0 comments on commit c89aa21

Please sign in to comment.