Changes between Initial Version and Version 1 of Ticket #56242
- Timestamp:
- 07/18/2022 05:08:14 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #56242
- Property Keywords move-to-github added; needs-design-feedback removed
-
Property
Component
changed from
General
toEditor
-
Ticket #56242 – Description
initial v1 1 1 Problem 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` 3 3 4 4 Code: 5 {{{ 5 6 .wp-block-columns { 6 7 align-items: normal!important; 7 8 } 9 }}} 8 10 9 The !important tag on align-itemsseems not necessary. It just makes compatibility problems with third-party plugins and custom CSS codes.11 The `!important` tag on `align-items` seems not necessary. It just makes compatibility problems with third-party plugins and custom CSS codes.