Skip to content

Commit

Permalink
Inspector summary rows: Make tooltips appear middle-left (WordPress#6…
Browse files Browse the repository at this point in the history
…1815)

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

0 comments on commit 9ea4204

Please sign in to comment.