fix: unnecessary whitespace in profile (#10071)
parent
aa1370b9c7
commit
c6791a8d3c
|
@ -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={{
|
||||
|
|
Loading…
Reference in New Issue