fix: unnecessary whitespace in profile (#10071)

pull/10077/head
Peer Richelsen 2023-07-11 23:26:28 +02:00 committed by GitHub
parent aa1370b9c7
commit c6791a8d3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ export const EventTypeDescription = ({
{eventType.description && (
<div
className={classNames(
"text-subtle max-w-[280px] break-words py-1 text-sm sm:max-w-[500px] [&_a]:text-blue-500 [&_a]:underline [&_a]:hover:text-blue-600",
"text-subtle max-w-[280px] break-words py-1 text-sm sm:max-w-[650px] [&_a]:text-blue-500 [&_a]:underline [&_a]:hover:text-blue-600",
shortenDescription ? "line-clamp-4" : ""
)}
dangerouslySetInnerHTML={{