Ticket #57377: 57377.patch
File 57377.patch, 814 bytes (added by , 22 months ago) |
---|
-
wp-content/themes/twentytwentyone/assets/sass/05-blocks/quote/_editor.scss
2 2 position: relative; 3 3 border-left: none; 4 4 margin: var(--global--spacing-vertical) auto var(--global--spacing-vertical) var(--global--spacing-horizontal); 5 padding-left: 20px; 5 6 6 7 p { 7 8 font-family: var(--quote--font-family); … … 19 20 content: "\201C"; 20 21 font-size: var(--quote--font-size); 21 22 line-height: var(--quote--line-height); 22 left: calc(-0.5 * var(--global--spacing-horizontal));23 left: 8px; 23 24 } 24 25 25 26 .wp-block-quote__citation {