ソースを参照

Adjusted spacing of the tooltips.

Aleksander Nowodzinski 8 年 前
コミット
2e944949f8
1 ファイル変更4 行追加0 行削除
  1. 4 0
      packages/ckeditor5-ui/theme/components/tooltip.scss

+ 4 - 0
packages/ckeditor5-ui/theme/components/tooltip.scss

@@ -51,6 +51,10 @@
 	z-index: ck-z( 'modal' );
 }
 
+.ck-tooltip__text {
+	display: inline-block;
+}
+
 .ck-tooltip__text::after {
 	content: "";
 	width: 0;