Skip to content

Commit

Permalink
Jetpack: Fix OpenTable block input jumping around (#34654)
Browse files Browse the repository at this point in the history
The restaurant input in the OpenTable block would change its width as
the search results changed, causing the adjacent Embed button to also
move around. Something in Gutenberg 17.2.1 changed which results show up
by default in the E2E test, causing this jumping to start making the
test fail.

The fix we're applying here is to set the input field with flex-grow and
the container with nowrap, so the field remains at the full width with
the button beside it in all cases (above the `@media` cutoff that
switches away from flexbox completely).

Committed via a GitHub action: https://github.com/Automattic/jetpack/actions/runs/7214351998
  • Loading branch information
sdixon194 authored and matticbot committed Dec 14, 2023
1 parent bc7672f commit 358694d
Showing 0 changed files with 0 additions and 0 deletions.

0 comments on commit 358694d

Please sign in to comment.