Line clamp event type bio (#10795)
parent
56ba8c0a07
commit
7c23773636
|
@ -46,7 +46,7 @@ export const EventTypeDescription = ({
|
||||||
{eventType.description && (
|
{eventType.description && (
|
||||||
<div
|
<div
|
||||||
className={classNames(
|
className={classNames(
|
||||||
"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",
|
"text-subtle line-clamp-3 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" : ""
|
shortenDescription ? "line-clamp-4" : ""
|
||||||
)}
|
)}
|
||||||
dangerouslySetInnerHTML={{
|
dangerouslySetInnerHTML={{
|
||||||
|
|
Loading…
Reference in New Issue