mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-02 14:33:54 +03:00
chore: adjust tooltips side of doc properties (#8640)
This commit is contained in:
parent
58c7e3913d
commit
ea607d34f6
@ -99,7 +99,10 @@ const PropertyItem = ({
|
||||
);
|
||||
|
||||
return (
|
||||
<Tooltip content={t.t(typeInfo?.description || propertyInfo.type)}>
|
||||
<Tooltip
|
||||
content={t.t(typeInfo?.description || propertyInfo.type)}
|
||||
side="left"
|
||||
>
|
||||
<div
|
||||
className={styles.itemContainer}
|
||||
ref={elem => {
|
||||
|
Loading…
Reference in New Issue
Block a user