Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #225 from ckeditor/t/168
Browse files Browse the repository at this point in the history
Fix: Vertical toolbar items should have no border-radius. Closes #168.
  • Loading branch information
Reinmar authored Apr 23, 2019
2 parents 37c6648 + eb0de31 commit ea93616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion theme/ckeditor5-ui/components/toolbar/toolbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
/* Items in a vertical toolbar span the entire width. */
padding: 0;

& > * {
/* Specificity matters here. See https://github.com/ckeditor/ckeditor5-theme-lark/issues/168. */
& > .ck {
/* Items in a vertical toolbar should span the horizontal space. */
width: 100%;

Expand Down

0 comments on commit ea93616

Please sign in to comment.