chore: adjust tooltips side of doc properties (#8640)

This commit is contained in:
JimmFly
2024-10-31 11:50:03 +08:00
committed by GitHub
parent 58c7e3913d
commit ea607d34f6

View File

@@ -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 => {