Make WordPress Core

Opened 8 months ago

#57679 new enhancement

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

Reported by: lspeciale's profile lspeciale Owned by:
Milestone: Awaiting Review Priority: normal
Severity: normal Version:
Component: General 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 (1)

Screenshot 2023-02-09 at 10.17.56.png (15.7 KB) - added by lspeciale 8 months ago.

Download all attachments as: .zip

Change History (1)

Note: See TracTickets for help on using tickets.