From bb1ba19757056b841dfd30e8392a46452c9eb2fd Mon Sep 17 00:00:00 2001 From: Michael Ochmann Date: Tue, 23 Aug 2022 21:29:37 +0200 Subject: [PATCH] fixed linenumber alignment on mobile --- playground/index.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/playground/index.php b/playground/index.php index 4812fa9..701a56e 100644 --- a/playground/index.php +++ b/playground/index.php @@ -199,6 +199,10 @@ textarea, .linenumbers { font-size: 1rem; } + + textarea { + margin: 0.5rem 0; + } .linenumbers { padding: 0.5rem; }