mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-09-07 09:21:24 +08:00
chore: adjust tooltips side of doc properties (#8640)
This commit is contained in:
@@ -99,7 +99,10 @@ const PropertyItem = ({
|
|||||||
);
|
);
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Tooltip content={t.t(typeInfo?.description || propertyInfo.type)}>
|
<Tooltip
|
||||||
|
content={t.t(typeInfo?.description || propertyInfo.type)}
|
||||||
|
side="left"
|
||||||
|
>
|
||||||
<div
|
<div
|
||||||
className={styles.itemContainer}
|
className={styles.itemContainer}
|
||||||
ref={elem => {
|
ref={elem => {
|
||||||
|
|||||||
Reference in New Issue
Block a user