Browse Source

Adjusted .ck-link-form styles after font sizing and vertical rhythm refactoring in ckeditor5-theme-lark.

Aleksander Nowodzinski 8 years ago
parent
commit
430fca51a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-link/theme/components/linkform.scss

+ 1 - 1
packages/ckeditor5-link/theme/components/linkform.scss

@@ -14,7 +14,7 @@
 		}
 
 		.ck-label {
-			margin-bottom: ck-spacing( 'small' );
+			margin-bottom: ck-spacing( 'tiny' );
 		}
 
 		&__actions {