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

Fixed the code style in the input text styles sheet.

Aleksander Nowodzinski 7 лет назад
Родитель
Сommit
26771df9f5

+ 1 - 1
packages/ckeditor5-theme-lark/theme/ckeditor5-ui/components/inputtext/inputtext.css

@@ -24,7 +24,7 @@
 	min-height: var(--ck-ui-component-min-height);
 
 	/* Apply some smooth transition to the box-shadow and border. */
-	transition-property: box-shadow,border;
+	transition-property: box-shadow, border;
 	transition: .2s ease-in-out;
 
 	&:focus {