Make WordPress Core

Changeset 47847 for branches/5.4


Ignore:
Timestamp:
05/23/2020 06:23:14 AM (5 years ago)
Author:
whyisjake
Message:

Bundled Themes: Add missing RTL styles for to fix inconsistent margins on .alignwide and .alignfull items.

Fixes the inconsistent margins for alignwide and alignfull classes used on Cover Block when it is the first block on a page.

This commit brings the changes from [47846] to the 5.4 branch.

Props kthmd, utz119, nikhilbhansi, and sabernhardt.
Fixes #49435.

Location:
branches/5.4
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/5.4

  • branches/5.4/src/wp-content/themes/twentytwenty/style-rtl.css

    r47826 r47847  
    35093509}
    35103510
     3511.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
     3512.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
     3513    margin-top: 0;
     3514}
     3515
    35113516/* Font Families ----------------------------- */
    35123517
     
    53475352    }
    53485353
     5354    .entry-content > .alignwide:first-child,
     5355    .entry-content > .alignfull:first-child {
     5356        margin-bottom: 8rem;
     5357    }
     5358
    53495359    /* ENTRY MEDIA */
    53505360
Note: See TracChangeset for help on using the changeset viewer.