mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 11:09:14 +00:00
Fix issue-3554: Href links don't work in description dropdown (#3576)
This commit is contained in:
parent
9664cb8763
commit
b48849d66d
@ -89,7 +89,7 @@ const RichTextEditorPreviewer = ({
|
||||
{enableSeeMoreVariant && markdown.length > MAX_LENGTH && (
|
||||
<div
|
||||
className={classNames(
|
||||
'tw-absolute tw-flex tw-h-full tw-w-full tw-inset-x-0',
|
||||
'tw-absolute tw-flex tw-h-full tw-w-full tw-inset-x-0 tw-pointer-events-none',
|
||||
!displayMoreText ? blurClasses : null,
|
||||
{
|
||||
'tw-top-0 tw-bottom-0': !displayMoreText,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user