Browse Source

Replace .ck-labeled-input class with .ck-labeled-field-view

panr 5 years ago
parent
commit
101551f9d9
1 changed files with 1 additions and 2 deletions
  1. 1 2
      packages/ckeditor5-link/theme/linkform.css

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

@@ -15,7 +15,7 @@
 	@mixin ck-media-phone {
 		flex-wrap: wrap;
 
-		& .ck-labeled-input {
+		& .ck-labeled-field-view {
 			flex-basis: 100%;
 		}
 
@@ -32,4 +32,3 @@
 .ck.ck-link-form_layout-vertical {
 	display: block;
 }
-