Skip to content

Commit

Permalink
chore: Read more component changes
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMachin1997 committed Aug 18, 2024
1 parent 1b94ce5 commit e6ee424
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Core/ReadMore/ReadMore.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const ReadMore = ({
<div
ref={contentRef}
style={{ maxHeight: isExpanded ? `${contentHeight}px` : `${initialMaximumHeight}px` }}
className={classNames(' overflow-hidden transition-max-height duration-1000 ease-in-out', {
className={classNames(' transition-max-height overflow-hidden duration-1000 ease-in-out', {
'read-more': isOverflowing === true
})}
>
Expand Down

0 comments on commit e6ee424

Please sign in to comment.