Skip to content

Commit

Permalink
CSS to remove the clipping of the toolbar in RTL languages (#14088)
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu authored and gziolo committed Mar 8, 2019
1 parent efb232c commit 744d0c7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/block-library/src/classic/editor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,12 @@
color: $dark-gray-800;
}

// Prevent toolbar clipping on heading style in RTL languages
.mce-rtl .mce-flow-layout-item.mce-last {
margin-right: 0;
margin-left: 8px;
}

// Prevent i tags in buttons from picking up theme editor styles.
.mce-btn i {
font-style: normal;
Expand Down

0 comments on commit 744d0c7

Please sign in to comment.