Make WordPress Core

Ticket #56537: #56537.patch

File #56537.patch, 491 bytes (added by hilayt24, 2 years ago)

Adding the margin and align the text to center when needed.

  • src/wp-content/themes/twentynineteen/style.css

    diff --git a/src/wp-content/themes/twentynineteen/style.css b/src/wp-content/themes/twentynineteen/style.css
    index 9d68322d74..cf8a5418b8 100644
    a b svg { 
    66156615.gallery-item > div > a:focus {
    66166616  box-shadow: 0 0 0 2px #0073aa;
    66176617}
     6618
     6619.editor-styles-wrapper .wp-block[data-align="center"]{
     6620  margin-left: 0 !important;
     6621  text-align: center;
     6622}
     6623 No newline at end of file