[WEB-2178] fix: empty folder title (#5344)
* fix: empty folder title * fix: collapsible overflow issue
This commit is contained in:
parent
f457048644
commit
421bf2abc7
2 changed files with 32 additions and 9 deletions
|
|
@ -38,7 +38,6 @@ export const Collapsible: FC<TCollapsibleProps> = (props) => {
|
|||
</Disclosure.Button>
|
||||
<Transition
|
||||
show={localIsOpen}
|
||||
className="overflow-hidden"
|
||||
enter="transition-max-height duration-400 ease-in-out"
|
||||
enterFrom="max-h-0"
|
||||
enterTo="max-h-screen"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue