Skip to content

Commit

Permalink
MDL-49762 Atto: Set HTML directionality to LTR, in RTL mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
nadavkav committed Apr 9, 2015
1 parent d755125 commit b555d94
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/editor/atto/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@ div.editor_atto_content:hover .atto_control {
.editor_atto_wrap {
position: relative;
}
.dir-rtl .editor_atto_wrap textarea {
direction: ltr;
}
.editor_atto_notification{
position: absolute;
bottom: -1.5em;
Expand Down

0 comments on commit b555d94

Please sign in to comment.