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 4, 2019
1 parent bccf734 commit cce2b46
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/editor/src/components/post-permalink/style.scss
Expand Up @@ -50,12 +50,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 @@ -119,9 +113,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 cce2b46

Please sign in to comment.