From 16979f7458f1d135e4562b397f74dd57ff464785 Mon Sep 17 00:00:00 2001 From: Fishuke <66701659+fishuke@users.noreply.github.com> Date: Tue, 5 Jan 2021 19:09:37 +0000 Subject: [PATCH] Fix misplaced percent sign in css, close iframe html tag (#4560) --- tests/playgrounds/iframe.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/tests/playgrounds/iframe.html b/tests/playgrounds/iframe.html index 9c57fbf00..befffbaaf 100644 --- a/tests/playgrounds/iframe.html +++ b/tests/playgrounds/iframe.html @@ -14,11 +14,11 @@ border: 0; margin: 2px; padding: 0; - width: %100; + width: 100%; } #playground-iframe { border: 0; - width: %100; + width: 100%; }