Ticket #59957: 59957.patch
File 59957.patch, 1.6 KB (added by , 13 months ago) |
---|
-
wp-content/themes/twentytwenty/assets/css/editor-style-block.css
1538 1538 1539 1539 1540 1540 } 1541 .wp-block[data-align=full] details p, 1542 .wp-block[data-align=wide] details p{ 1543 margin-left: 0; 1544 margin-right: 0; 1545 } 1546 No newline at end of file -
wp-content/themes/twentytwentyone/assets/css/style-editor.css
2599 2599 .has-red-to-purple-gradient-background { 2600 2600 background: linear-gradient(160deg, var(--global--color-red), var(--global--color-purple)); 2601 2601 } 2602 2603 .wp-block[data-align=full] details p, 2604 .wp-block[data-align=wide] details p{ 2605 margin-left: 0; 2606 margin-right: 0; 2607 } 2608 No newline at end of file -
wp-content/themes/twentytwentyone/assets/sass/06-components/editor.scss
42 42 a { 43 43 cursor: pointer; 44 44 } 45 46 .wp-block[data-align=full], 47 .wp-block[data-align=wide]{ 48 details{ 49 p{ 50 margin-left: 0; 51 margin-right: 0; 52 } 53 } 54 55 } 56 No newline at end of file