mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: some style
This commit is contained in:
parent
516cf1c9e5
commit
8c0d451630
@ -51,10 +51,10 @@ function OutlineItem({ view }: { view: PublishViewInfo }) {
|
|||||||
notify.error(t('publish.hasNotBeenPublished'));
|
notify.error(t('publish.hasNotBeenPublished'));
|
||||||
}
|
}
|
||||||
}}
|
}}
|
||||||
className={'flex flex-1 cursor-pointer items-center gap-1'}
|
className={'flex flex-1 cursor-pointer items-center gap-1 overflow-hidden'}
|
||||||
>
|
>
|
||||||
<div className={'icon'}>{renderCrumbIcon(item.icon?.value || String(item.layout))}</div>
|
<div className={'icon'}>{renderCrumbIcon(item.icon?.value || String(item.layout))}</div>
|
||||||
<div>{item.name}</div>
|
<div className={'flex-1 truncate'}>{item.name}</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user