Make WordPress Core

Opened 3 years ago

Closed 2 years ago

#57679 closed enhancement (reported-upstream)

Div class block-editor-block-mover__move-button-container has a fixed width

Reported by: lspeciale's profile lspeciale Owned by:
Milestone: Priority: normal
Severity: normal Version:
Component: Editor Keywords:
Focuses: Cc:

Description

Works fine in English but looks bad in french and surely others.

  @media (min-width: 600px)
.block-editor-block-mover:not(.is-horizontal) .block-editor-block-mover__move-button-container {
  flex-direction: column;
  width: 36px;
}

Attachments (2)

Screenshot 2023-02-09 at 10.17.56.png (15.7 KB) - added by lspeciale 3 years ago.
toolbar-fr-labels-6.3.png (4.0 KB) - added by sabernhardt 2 years ago.
text labels in French (WordPress 6.3.2)

Download all attachments as: .zip

Change History (3)

@sabernhardt
2 years ago

text labels in French (WordPress 6.3.2)

#1 @sabernhardt
2 years ago

  • Component changed from General to Editor
  • Milestone Awaiting Review deleted
  • Resolution set to reported-upstream
  • Status changed from new to closed

Hi and thanks for the report!

I think the width of moving buttons' text labels in the contextual toolbar was corrected in GB44779.

If that did not fix the issue completely, you could open an issue in the Gutenberg GitHub repository.

Note: See TracTickets for help on using tickets.