Skip to content

Commit

Permalink
Corrected placeholder postion
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgefilipecosta committed Mar 22, 2019
1 parent d4fa4e0 commit f0fd7dd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/editor/src/components/post-permalink/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,6 @@
overflow: hidden;
position: relative;
white-space: nowrap;

&::after {
@include long-content-fade($size: 20%, $edge: 1px);
right: 0;
right: 0;
}
text-align: left;
}

Expand Down Expand Up @@ -129,9 +123,15 @@
}

/* rtl:begin:ignore */
.editor-post-permalink__link {
text-align: left;
}
.editor-post-permalink__editor-container,
.editor-post-permalink__link {
direction: ltr;
}
.editor-post-permalink__link::after {
@include long-content-fade($direction:right, $size: 20%, $edge: 0);
}
/* rtl:end:ignore */

0 comments on commit f0fd7dd

Please sign in to comment.