소스 검색

fix: add overflow hidden to Collapse component #17009 (#17011)

tags/1.2.0
GuanMu 7 달 전
부모
커밋
c7fcfc863d
No account linked to committer's email address
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      web/app/components/header/account-setting/collapse/index.tsx

+ 1
- 1
web/app/components/header/account-setting/collapse/index.tsx 파일 보기

@@ -25,7 +25,7 @@ const Collapse = ({
const toggle = () => setOpen(!open)

return (
<div className={classNames('bg-background-section-burn rounded-xl', wrapperClassName)}>
<div className={classNames('bg-background-section-burn rounded-xl overflow-hidden', wrapperClassName)}>
<div className='flex cursor-pointer items-center justify-between px-3 py-2 text-xs font-medium leading-[18px] text-text-secondary' onClick={toggle}>
{title}
{

Loading…
취소
저장