Changes between Initial Version and Version 1 of Ticket #54767, comment 1
- Timestamp:
- 01/13/2022 07:51:05 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #54767, comment 1
initial v1 2 2 3 3 This 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).6 4 {{{ 7 5 @media (min-width:782px) { … … 12 10 }}} 13 11 12 The width might belong on that popover at any screen size (or else it might need a smaller `min-width` value for narrower screens). 13 14 14 Anyway, 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.