Selaa lähdekoodia

Adjusted spacing of the tooltips.

Aleksander Nowodzinski 8 vuotta sitten
vanhempi
commit
2e944949f8
1 muutettua tiedostoa jossa 4 lisäystä ja 0 poistoa
  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;