Opened 6 weeks ago
#65037 new defect (bug)
Block Supports: Add min width block support to dimensions
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Awaiting Review | Priority: | normal |
| Severity: | normal | Version: | trunk |
| Component: | Editor | Keywords: | gutenberg-merge |
| Focuses: | Cc: |
Description
This ticket tracks the backport of PHP files for the following Gutenberg update:
https://github.com/WordPress/gutenberg/pull/76949
Adds dimensions.minWidth as a new block support, enabling blocks to define a minimum width value. This mirrors the existing dimensions.minHeight support and allows themes and users to set min-width CSS properties on supported blocks via theme.json or block styles.
Note: See
TracTickets for help on using
tickets.