Bladeren bron

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 jaren geleden
bovenliggende
commit
3868abd47c
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  1. 2 1
      packages/ckeditor5-media-embed/docs/_snippets/features/media-embed.html

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

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