MDL-56921 Atto: Image alignment should not be RTLed in RTL mode.

This commit is contained in:
Nadav Kavalerchik
2016-11-13 12:31:42 +02:00
parent 0b8e0c374f
commit 974573b4ea
+2
View File
@@ -53,6 +53,7 @@
max-width: calc(100% - 1em);
}
/*rtl:begin:ignore*/
.atto_image_button_left {
float: left;
margin: 0 0.5em 0 0;
@@ -64,3 +65,4 @@
margin: 0 0 0 0.5em;
max-width: calc(100% - 1em);
}
/*rtl:end:ignore*/