From 7646c1756bafed7e5a58d532227047ab32454a14 Mon Sep 17 00:00:00 2001 From: josdejong Date: Wed, 29 Apr 2020 09:46:45 +0200 Subject: [PATCH] Disable spell checking --- src/JSONNode.svelte | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/JSONNode.svelte b/src/JSONNode.svelte index 7cb431f..280d9ab 100644 --- a/src/JSONNode.svelte +++ b/src/JSONNode.svelte @@ -144,6 +144,7 @@ .contents { padding-left: $line-height ; // must be the same as the width of the expand button + padding-right: 5px; } .footer { @@ -289,6 +290,7 @@
{escapedKey} @@ -337,6 +339,7 @@
{escapedKey} @@ -373,6 +376,7 @@
{escapedKey} @@ -382,6 +386,7 @@