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

Fixed difference of padding between steps in the link panel.

Damian Konopka 7 лет назад
Родитель
Сommit
126b14f359

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-link/linkactions.css

@@ -33,7 +33,7 @@
 		}
 
 		& .ck-button__label {
-			padding: 0 var(--ck-spacing-standard);
+			padding: 0 var(--ck-spacing-medium);
 			color: var(--ck-color-link-default);
 			text-overflow: ellipsis;
 			cursor: pointer;