From 44ca120ad076a2a1d93c0f4d4ad2ef79a845b670 Mon Sep 17 00:00:00 2001 From: Richard Wong Date: Thu, 9 Nov 2023 23:21:02 +0900 Subject: [PATCH] Feat: set max-width for text box for consistent experience --- src/VerseValidator.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VerseValidator.css b/src/VerseValidator.css index e597215..0ef7f2e 100644 --- a/src/VerseValidator.css +++ b/src/VerseValidator.css @@ -2,7 +2,7 @@ padding: 5px; border: 1px; border-style: solid; - + max-width: 620px; } .title-box {