Changeset 61620 for trunk/src/wp-includes/block-supports/dimensions.php
- Timestamp:
- 02/12/2026 05:43:12 AM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/block-supports/dimensions.php
r61619 r61620 65 65 66 66 $dimensions_block_styles = array(); 67 $supported_features = array( 'minHeight', ' width' );67 $supported_features = array( 'minHeight', 'height', 'width' ); 68 68 69 69 foreach ( $supported_features as $feature ) {
Note: See TracChangeset
for help on using the changeset viewer.