8
0
Просмотр исходного кода

Remove `.ck-balloon-toolbar_min-width` class from theme css

panr 5 лет назад
Родитель
Сommit
72980c3d1c
1 измененных файлов с 0 добавлено и 9 удалено
  1. 0 9
      packages/ckeditor5-ui/theme/components/toolbar/toolbar.css

+ 0 - 9
packages/ckeditor5-ui/theme/components/toolbar/toolbar.css

@@ -51,13 +51,4 @@
 			display: none;
 		}
 	}
-
-	/* Balloon Toolbar
-	 *
-	 * This class can be used to set a different min-width for the balloon toolbar.
-	 * NOTE: It can also overrule a width and max-width of the balloon toolbar if it will be set with a higher value.
-	 */
-	&.ck-balloon-toolbar_min-width {
-		min-width: 180px;
-	}
 }