Skip to content

Commit

Permalink
Merge pull request #1809 from getAlby/fix/publisher-card-overflow
Browse files Browse the repository at this point in the history
fix: overflow of website title
  • Loading branch information
escapedcat authored Dec 1, 2022
2 parents abe639a + 1d9e9d3 commit 7dbeaa0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/PublisherCard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,9 @@ export default function PublisherCard({
}
>
<h2
title={title}
className={
"text-xl font-semibold dark:text-white overflow-hidden text-ellipsis " +
"text-xl font-semibold dark:text-white overflow-hidden text-ellipsis whitespace-nowrap " +
(isSmall ? "my-1" : "my-2")
}
>
Expand Down

0 comments on commit 7dbeaa0

Please sign in to comment.