Make WordPress Core

Ticket #54254: style-editor.css.patch

File style-editor.css.patch, 595 bytes (added by multidots1896, 3 years ago)

I have added patch for it and modify the button alignment

  • style-editor.css

     
    835835.wp-block-columns.is-selected > .wp-block-column > *:nth-last-child(2) {
    836836        margin-bottom: 0;
    837837}
     838
     839.wp-block-columns .wp-block-image .components-placeholder.is-medium .components-placeholder__fieldset .components-button.is-tertiary{
     840        margin: 0 auto 12px;
     841}
     842
    838843@media only screen and (min-width: 652px) {
    839844
    840845        .wp-block-columns.is-style-twentytwentyone-columns-overlap .wp-block-column:nth-child(2n) {