Make WordPress Core

Ticket #59203: 59203.patch

File 59203.patch, 1.3 KB (added by nidhidhandhukiya, 14 months ago)
  • wp-content/themes/twentynineteen/style-editor.css

     
    12621262}
    12631263
    12641264.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    1265   width: 2.25em;
     1265  width: 100%;
    12661266  margin-left: 0;
    12671267}
    12681268
  • wp-content/themes/twentynineteen/style-rtl.css

     
    60456045  height: 2px;
    60466046  margin-bottom: 2rem;
    60476047  margin-top: 2rem;
    6048   max-width: 2.25em;
    60496048  text-align: right;
    60506049  /* Remove duplicate rule-line when a separator
    60516050                 * is followed by an H1, or H2 */
  • wp-content/themes/twentynineteen/style.css

     
    60576057  height: 2px;
    60586058  margin-bottom: 2rem;
    60596059  margin-top: 2rem;
    6060   max-width: 2.25em;
    60616060  text-align: left;
    60626061  /* Remove duplicate rule-line when a separator
    60636062                 * is followed by an H1, or H2 */