wordpress-develop icon indicating copy to clipboard operation
wordpress-develop copied to clipboard

Bundled Theme: Fix inconsistent table caption spacing between editor and frontend

Open SainathPoojary opened this issue 7 months ago • 2 comments

This PR addresses the issue of inconsistent spacing between the table caption and the table in the Twenty Nineteen theme. The spacing differs between the editor and the frontend.

  • Added a bottom margin to the table in the editor (style-editor.css) to match the frontend display.

Before: image

After: after-fix

Trac ticket: #63143


This Pull Request is for code review only. Please keep all other discussion in the Trac ticket. Do not merge this Pull Request. See GitHub Pull Requests for Code Review in the Core Handbook for more details.

SainathPoojary avatar Mar 21 '25 12:03 SainathPoojary