Skip to content

Commit

Permalink
Workaround for PostView balancing on iPad
Browse files Browse the repository at this point in the history
  • Loading branch information
TravisSpomer committed Feb 11, 2025
1 parent 081d924 commit b760755
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/components/PostView.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@
color: var(--grey);
font-size: $font-size-compact;
line-height: $line-height-compact;
text-wrap: initial; /* Safari on iPadOS adds unnecessary line breaks in balance mode */
@media (max-width: ($full-width + 160px))
{
Expand Down

0 comments on commit b760755

Please sign in to comment.