From c898933b7b546dcac5f64ff3ce6c80aeb3e0dcfd Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 7 Nov 2024 18:05:49 +0100 Subject: Make application responsive --- public/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/site.js') diff --git a/public/site.js b/public/site.js index 21d51a7..17a8115 100644 --- a/public/site.js +++ b/public/site.js @@ -9,7 +9,7 @@ $(function() { smartIndent: true, indentUnit: 4 }); - editor.setSize(898, 500); + editor.setSize(null, 500); $("form").on("submit", function(e) { e.preventDefault(); -- cgit v1.2.3