Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #59958


Ignore:
Timestamp:
11/24/2023 04:58:59 PM (2 years ago)
Author:
sabernhardt
Comment:

In the iframe editor, the line-height for the Search label is too small when the text is large.

This shows multiple issues, which include:

  1. The Search block in the iframe editor inherits a line-height of 1.4em from wp-admin\css\common.css. Before the editor was in an iframe, the label had a normal line-height from :where(.editor-styles-wrapper) { line-height: normal; } in block-library/reset.css.
  2. The line-height in the admin styles probably should be unitless (#44643).
  3. Twenty Twenty's button styles do not apply to the Search button within the editor (with or without the iframe).
  4. In the Extra large example (and possibly others in different languages), the text of the Search button extends outside its borders.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59958

    • Property Summary changed from Twenty Twenty theme - search block is not looking proper when large size is choosen. to Twenty Twenty: Search block is not looking proper when large size is chosen
  • Ticket #59958 – Description

    initial v1  
    11Steps to reproduce the issue :-
    221. Activate Twenty Twenty theme.
    3 2. Choose serach block.
     32. Choose search block.
    443. Now change the size to large or xl
    55