From 6cd1ff6d11e4225ba86832c252b85a74c602af38 Mon Sep 17 00:00:00 2001 From: VatsalOjha Date: Mon, 1 Jul 2019 20:46:28 -0400 Subject: [PATCH] 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 {