Skip to content

Commit

Permalink
Docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Nov 30, 2020
1 parent 966d052 commit 7a89ed8
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -193,13 +193,16 @@
}
}

/* In a RTL environment, the selection handler is aligned to the right side of the widget */
/*
* Styles for the "before" button when the widget has a selection handle in an RTL environment.
* The selection handler is aligned to the right side of the widget so there is no need to create
* additional space for it next to the "before" button.
*/
.ck[dir="rtl"] .ck-widget.ck-widget_with-selection-handle .ck-widget__type-around > .ck-widget__type-around__button_before {
margin-left: 0;
margin-right: 20px;
}


/*
* Hide type around buttons when the widget is selected as a child of a selected
* nested editable (e.g. mulit-cell table selection).
Expand Down

0 comments on commit 7a89ed8

Please sign in to comment.