Skip to content

Commit

Permalink
MDL-56921 Atto: Image alignment should not be RTLed in RTL mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Nov 13, 2016
1 parent 0b8e0c3 commit 974573b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/editor/atto/plugins/image/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
max-width: calc(100% - 1em);
}

/*rtl:begin:ignore*/
.atto_image_button_left {
float: left;
margin: 0 0.5em 0 0;
Expand All @@ -64,3 +65,4 @@
margin: 0 0 0 0.5em;
max-width: calc(100% - 1em);
}
/*rtl:end:ignore*/

0 comments on commit 974573b

Please sign in to comment.