Преглед изворни кода

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

panr пре 5 година
родитељ
комит
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;
-	}
 }