Ver código fonte

Adjusted spacing of the tooltips.

Aleksander Nowodzinski 8 anos atrás
pai
commit
2e944949f8

+ 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;