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

Commit

Permalink
Fixes #5122 - Use correct logical margins for the left/right eyes
Browse files Browse the repository at this point in the history
  • Loading branch information
yehudab committed Nov 7, 2018
1 parent c324b98 commit c11a219
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/css/inline-selection.scss
Original file line number Diff line number Diff line change
Expand Up @@ -499,11 +499,11 @@ $very-light-grey: #ededed;
}

.left {
margin-inline-end: 0;
margin-inline-start: 0;
}

.right {
margin-inline-end: 20px;
margin-inline-start: 20px;
}

.preview-instructions {
Expand Down

0 comments on commit c11a219

Please sign in to comment.