Skip to content

Commit 1a4e57d

Browse files
roseg43roseg43Mamadukat-hamanojeffpaul
authored
Block Notes: Adjust note date tooltip position. (#72843)
* Block Notes: Adjust comment date tooltip position. This fixes an issue where the comment date tooltip would cover the comment author information. * Use default value Co-authored-by: Aki Hamano <54422211+t-hamano@users.noreply.github.com> --------- Co-authored-by: roseg43 <gabertronic@git.wordpress.org> Co-authored-by: Mamaduka <mamaduka@git.wordpress.org> Co-authored-by: t-hamano <wildworks@git.wordpress.org> Co-authored-by: jeffpaul <jeffpaul@git.wordpress.org> Co-authored-by: theminaldiwan <multidots1896@git.wordpress.org>
1 parent d28a38f commit 1a4e57d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/editor/src/components/collab-sidebar/comment-author-info.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ function CommentAuthorInfo( { avatar, name, date, userId } ) {
9494
{ name ?? currentUserName }
9595
</span>
9696
{ date && (
97-
<Tooltip placement="top" text={ tooltipText }>
97+
<Tooltip text={ tooltipText }>
9898
<time
9999
dateTime={ commentDateTime }
100100
className="editor-collab-sidebar-panel__user-time"

0 commit comments

Comments
 (0)