Automattic/crowdsignal-plugin

Edit admin page missing padding

Offen

#119 geöffnet am 23.09.2025

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)PHP (11 Forks)auto 404
good first issue

Repository-Metriken

Stars
 (15 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

Steps to Reproduce

  1. Go to /wp-admin/admin.php?page=polls
  2. Click on Edit for a poll
  3. See error

What I Expected

Layout of the Edit page in wp-admin would look like a regular page, and not crash into the sides of the container.

What Happened Instead

The layout crashed into the edge of the admin menu and the edge of the browser window.

PHP / WordPress / Crowdsignal version

2771eae9dbdbc64576ff1b32ae020c388d868c81 on develop.

Browser / OS version

Chrome (latest) on MacOS 26

Screenshot / Video

Context / Source

I notice that the checkboxes in the Save meta box are also missing some padding, so all of the markup probably needs checking for this admin page to match up with how wp-admin has been updated.

Contributor Guide