Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #54767, comment 1


Ignore:
Timestamp:
01/13/2022 07:51:05 PM (4 years ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #54767, comment 1

    initial v1  
    22
    33This still can happen in 5.9, at any width below the 782px breakpoint.
    4 
    5 The width might belong on that popover at any screen size (or else it might need a smaller `min-width` value for narrower screens).
    64{{{
    75@media (min-width:782px) {
     
    1210}}}
    1311
     12The width might belong on that popover at any screen size (or else it might need a smaller `min-width` value for narrower screens).
     13
    1414Anyway, reports about the block editor interface should be on the [https://github.com/WordPress/gutenberg/issues Gutenberg repo], and I did not find a report about this. If you can find one or you would like to open a new GitHub issue, please do that and add a link to it here. Otherwise, I added a `block-editor-ui` keyword as a reminder to follow up on this ticket.