8
0
Pārlūkot izejas kodu

Docs: The sample URL inputs in the feature guide should not break the layout of the page when the viewport is narrow. Closes ckeditor/ckeditor5#1324. [skip ci]

Aleksander Nowodzinski 7 gadi atpakaļ
vecāks
revīzija
3868abd47c

+ 2 - 1
packages/ckeditor5-media-embed/docs/_snippets/features/media-embed.html

@@ -30,7 +30,8 @@
 		margin: 0;
 		margin: 0;
 	}
 	}
 
 
+	/* https://github.com/ckeditor/ckeditor5/issues/1324 */
 	input.example-input {
 	input.example-input {
-		min-width: 600px;
+		min-width: 500px;
 	}
 	}
 </style>
 </style>