mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
chore: adjust tooltips side of doc properties (#8640)
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user