Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #56242


Ignore:
Timestamp:
07/18/2022 05:08:14 PM (3 years ago)
Author:
sabernhardt
Comment:

Hi and welcome to Trac!

Because this involves the block editor, the report belongs on the Gutenberg GitHub Repository. Could you open a new issue?

A comment in the SCSS file explains that !important overrides inline styles in Layout block supports, but maybe there is a better option.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #56242

    • Property Keywords move-to-github added; needs-design-feedback removed
    • Property Component changed from General to Editor
  • Ticket #56242 – Description

    initial v1  
    11Problem in block asset in
    2 /wp-includes/css/dist/block-library/style.min.css?ver=6.0.1
     2`/wp-includes/css/dist/block-library/style.min.css?ver=6.0.1`
    33
    44Code:
     5{{{
    56.wp-block-columns {
    67    align-items: normal!important;
    78}
     9}}}
    810
    9 The !important tag on align-items seems not necessary. It just makes compatibility problems with third-party plugins and custom CSS codes.
     11The `!important` tag on `align-items` seems not necessary. It just makes compatibility problems with third-party plugins and custom CSS codes.