Ticket #56011: 56011.border-padding.diff
File 56011.border-padding.diff, 2.0 KB (added by , 2 months ago) |
---|
-
src/wp-content/themes/twentytwenty/assets/css/editor-style-block-rtl.css
683 683 letter-spacing: inherit; 684 684 } 685 685 686 .editor-styles-wrapper .wp-block-quote.is-style-plain { 687 border-width: 0; 688 padding: 5px 20px; 689 } 690 686 691 .editor-styles-wrapper .wp-block-quote.is-style-large { 687 692 border: none; 688 693 padding: 0; -
src/wp-content/themes/twentytwenty/assets/css/editor-style-block.css
687 687 letter-spacing: inherit; 688 688 } 689 689 690 .editor-styles-wrapper .wp-block-quote.is-style-plain { 691 border-width: 0; 692 padding: 5px 20px; 693 } 694 690 695 .editor-styles-wrapper .wp-block-quote.is-style-large { 691 696 border: none; 692 697 padding: 0; -
src/wp-content/themes/twentytwenty/style-rtl.css
3403 3403 padding: 0 2rem 0 0; 3404 3404 } 3405 3405 3406 /* STYLE: PLAIN */ 3407 3408 .wp-block-quote.is-style-plain { 3409 border-width: 0; 3410 padding: 0.5rem 2rem; 3411 } 3412 3406 3413 /* STYLE: LARGE */ 3407 3414 3408 3415 .wp-block-quote.is-large, -
src/wp-content/themes/twentytwenty/style.css
3427 3427 /*rtl:end:ignore*/ 3428 3428 } 3429 3429 3430 /* STYLE: PLAIN */ 3431 3432 .wp-block-quote.is-style-plain { 3433 border-width: 0; 3434 padding: 0.5rem 2rem; 3435 } 3436 3430 3437 /* STYLE: LARGE */ 3431 3438 3432 3439 .wp-block-quote.is-large,