Make WordPress Core


Ignore:
Timestamp:
07/17/2023 10:24:39 PM (15 months ago)
Author:
audrasjb
Message:

Twenty Twenty-Three: Revert [55898].

This changeset reverts [55898] which removed redundant px units in a few inline styles, because 1) The values in the block comment and the style
attribute needs to match ; 2) The block control does not accept unitless values.

Follow-up to [54312], [54629], [55898].

Props TobiasBg, poena, oglekler.
See #58485.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-content/themes/twentytwentythree/templates/blog-alternative.html

    r55898 r56253  
    77        <!-- wp:post-template -->
    88            <!-- wp:columns {"style":{"border":{"bottom":{"width":"1px"}},"spacing":{"padding":{"top":"var:preset|spacing|40","bottom":"var:preset|spacing|40"},"margin":{"top":"-1.5rem","bottom":"0px"}}}} -->
    9             <div class="wp-block-columns" style="border-bottom-width:1px;margin-top:-1.5rem;margin-bottom:0;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)">
     9            <div class="wp-block-columns" style="border-bottom-width:1px;margin-top:-1.5rem;margin-bottom:0px;padding-top:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40)">
    1010                <!-- wp:column {"verticalAlignment":"center","width":"20%"} -->
    1111                <div class="wp-block-column is-vertically-aligned-center" style="flex-basis:20%">
Note: See TracChangeset for help on using the changeset viewer.