Explorar el Código

Rename class of decorators container in UI.

Mateusz Samsel hace 6 años
padre
commit
e1556aa565

+ 1 - 1
packages/ckeditor5-link/src/ui/linkformview.js

@@ -147,7 +147,7 @@ export default class LinkFormView extends View {
 		const classList = [ 'ck', 'ck-link-form' ];
 
 		if ( this.manualDecorators.length ) {
-			classList.push( 'ck-link-form_decorators' );
+			classList.push( 'ck-link-form_layout-vertical' );
 		}
 
 		this.setTemplate( {

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

@@ -25,10 +25,10 @@
 	}
 }
 
-/* Style link form differently when manual decoratos are available.
+/* Style link form differently when manual decorators are available.
  * See: https://github.com/ckeditor/ckeditor5-link/issues/186.
  */
-.ck.ck-link-form_decorators {
+.ck.ck-link-form_layout-vertical {
 	flex-wrap: wrap;
 
 	& .ck-labeled-input {