Skip to content

Commit

Permalink
Inspector summary rows: Make tooltips appear middle-left (#61815)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: youknowriad <[email protected]>
Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
4 people authored May 21, 2024
1 parent 8bd3d46 commit 9ea4204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/editor/src/components/post-schedule/panel.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ export default function PostSchedulePanel() {
size="compact"
className="editor-post-schedule__dialog-toggle"
variant="tertiary"
tooltipPosition="middle left"
onClick={ onToggle }
aria-label={ sprintf(
// translators: %s: Current post date.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export default function BlockThemeControl( { id } ) {
toggleProps={ {
size: 'compact',
variant: 'tertiary',
tooltipPosition: 'middle left',
} }
label={ __( 'Template options' ) }
text={ decodeEntities( template.title ) }
Expand Down

1 comment on commit 9ea4204

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 9ea4204.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/9175327521
📝 Reported issues:

Please sign in to comment.