From 988b1265ab72794e8bb1a7c13dcd31c90e7e8682 Mon Sep 17 00:00:00 2001 From: ElementalAlchemist Date: Wed, 16 Nov 2022 18:50:06 -0600 Subject: [PATCH] Increase chapter marker field width --- thrimbletrimmer/styles/thrimbletrimmer.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/thrimbletrimmer/styles/thrimbletrimmer.css b/thrimbletrimmer/styles/thrimbletrimmer.css index 557684c..1e6f265 100644 --- a/thrimbletrimmer/styles/thrimbletrimmer.css +++ b/thrimbletrimmer/styles/thrimbletrimmer.css @@ -288,6 +288,10 @@ a.click { text-align: right; } +input.range-definition-chapter-marker-description { + width: 500px; +} + .add-range-definition-chapter-marker { margin-left: 30px; margin-bottom: 7px;