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

Commit

Permalink
Minor adjustment of fake panel offset.
Browse files Browse the repository at this point in the history
  • Loading branch information
oskarwrobel committed May 22, 2019
1 parent 16ac7e8 commit fc45de1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme/ckeditor5-ui/components/panel/fakepanel.css
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,5 @@

/* If balloon is positioned above element, we need to move fake panel to the top. */
.ck .ck-balloon-panel_arrow_s + .ck-fake-panel {
--ck-balloon-fake-panel-offset-vertical: -8px;
--ck-balloon-fake-panel-offset-vertical: -6px;
}

0 comments on commit fc45de1

Please sign in to comment.