8
0
Piotrek Koszuliński 6 лет назад
Родитель
Сommit
e6cebf9fe4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-widget/theme/widgetresize.css

+ 1 - 1
packages/ckeditor5-widget/theme/widgetresize.css

@@ -3,7 +3,7 @@
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  * For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
  */
  */
 
 
- .ck .ck-widget_with-resizer {
+.ck .ck-widget_with-resizer {
 	/* Make the widget wrapper a relative positioning container for the drag handle. */
 	/* Make the widget wrapper a relative positioning container for the drag handle. */
 	position: relative;
 	position: relative;
 }
 }