Make WordPress Core

Ticket #49600: 49600.diff

File 49600.diff, 974 bytes (added by ianbelanger, 5 years ago)

Removes left and right margin: auto; to fix alignment in the editor.

  • assets/css/editor-style-block-rtl.css

     
    10601060        margin-top: 30px;
    10611061}
    10621062
    1063 .editor-styles-wrapper .wp-block-image.is-resized {
    1064         margin-right: auto;
    1065         margin-left: auto;
    1066 }
    1067 
    10681063/* Block: Group ------------------------------ */
    10691064
    10701065.editor-styles-wrapper .wp-block-group.has-background {
  • assets/css/editor-style-block.css

     
    10601060        margin-top: 30px;
    10611061}
    10621062
    1063 .editor-styles-wrapper .wp-block-image.is-resized {
    1064         margin-left: auto;
    1065         margin-right: auto;
    1066 }
    1067 
    10681063/* Block: Group ------------------------------ */
    10691064
    10701065.editor-styles-wrapper .wp-block-group.has-background {