Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
Fix rtl preview buttons. (#3710)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenba committed Nov 28, 2017
1 parent 055c10e commit 130b8d5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion static/css/inline-selection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -408,8 +408,13 @@ $very-light-grey: #ededed;
.preview-buttons {
@include flex-container(row, center, center);
position: absolute;
right: 0;
top: -2px;
html[dir="rtl"] & {
left: 0;
}
html[dir="ltr"] & {
right: 0;
}
}

.preview-image {
Expand Down

0 comments on commit 130b8d5

Please # to comment.