Aleksander Nowodzinski il y a 6 ans
Parent
commit
209fa6a584
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      packages/ckeditor5-link/theme/linkform.css

+ 2 - 2
packages/ckeditor5-link/theme/linkform.css

@@ -25,7 +25,8 @@
 	}
 }
 
-/* Style link form differently when manual decorators are available.
+/*
+ * Style link form differently when manual decorators are available.
  * See: https://github.com/ckeditor/ckeditor5-link/issues/186.
  */
 .ck.ck-link-form_layout-vertical {
@@ -35,7 +36,6 @@
 		flex-basis: 100%;
 	}
 
-
 	& .ck-button {
 		/* Let's move "Save" & "Cancel" buttons to the end of the link form view. */
 		order: 10;