From 151eac9d8128e0e178117eff45cfa8282f70d099 Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Mon, 3 Mar 2025 14:24:04 +0100 Subject: [PATCH] Relax line height in the samples --- samples/styles.css | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/styles.css b/samples/styles.css index 06c5555..0e6d7c6 100644 --- a/samples/styles.css +++ b/samples/styles.css @@ -24,7 +24,6 @@ input, textarea { border-radius: 10px; background-color: #f5f5f5; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); - line-height: 20px; } .ck-editor__editable {