From 6cd1ff6d11e4225ba86832c252b85a74c602af38 Mon Sep 17 00:00:00 2001 From: VatsalOjha Date: Mon, 1 Jul 2019 20:46:28 -0400 Subject: [PATCH 1/2] Fixed textarea style issue --- editor/index.html | 4 +++- editor/main.css | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/editor/index.html b/editor/index.html index 4fbe13b..dc9e85d 100644 --- a/editor/index.html +++ b/editor/index.html @@ -10,7 +10,9 @@
- + + +
diff --git a/editor/main.css b/editor/main.css index 7cdf52a..f83ac0e 100644 --- a/editor/main.css +++ b/editor/main.css @@ -11,6 +11,7 @@ html, body { #textboxes { height: 40%; width: 100%; + font-size: 0px; } textarea { From 9eeca9fb8b82616edee52878754655e8b9e908d2 Mon Sep 17 00:00:00 2001 From: VatsalOjha Date: Mon, 1 Jul 2019 20:55:38 -0400 Subject: [PATCH 2/2] Removed unnecessary comment --- editor/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/editor/index.html b/editor/index.html index dc9e85d..d5f72f7 100644 --- a/editor/index.html +++ b/editor/index.html @@ -8,8 +8,6 @@
-