Make WordPress Core

Ticket #53112: 53112.2.patch

File 53112.2.patch, 827 bytes (added by sabernhardt, 3 years ago)

using text-align: inherit for left and right pullquotes (plus the max-width)

  • src/wp-content/themes/twentynineteen/style-editor.scss

     
    478478        }
    479479}
    480480
     481.wp-block-pullquote[data-type="core/pullquote"],
    481482.wp-block[data-type="core/pullquote"],
    482483.wp-block[data-type="core/pullquote"][data-align="left"],
    483484.wp-block[data-type="core/pullquote"][data-align="right"] {
     
    508509        }
    509510}
    510511
     512.wp-block[data-align="left"] .wp-block-pullquote,
     513.wp-block[data-align="right"] .wp-block-pullquote {
     514        text-align: inherit;
     515        max-width: 50%;
     516}
     517
    511518.wp-block[data-type="core/pullquote"][data-align="left"],
    512519.wp-block[data-type="core/pullquote"][data-align="right"] {
    513520