From fae43eef2529aaa472bcd88d04dbad2e6912d4cb Mon Sep 17 00:00:00 2001 From: Ben Haynes Date: Tue, 12 Jan 2021 16:51:02 -0500 Subject: [PATCH] =?UTF-8?q?don=E2=80=99t=20let=20field=20notes=20get=20too?= =?UTF-8?q?=20long?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/components/v-form/form-field.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/components/v-form/form-field.vue b/app/src/components/v-form/form-field.vue index 0af6527403..9f17af3422 100644 --- a/app/src/components/v-form/form-field.vue +++ b/app/src/components/v-form/form-field.vue @@ -192,6 +192,7 @@ export default defineComponent({ margin-top: 4px; color: var(--foreground-subdued); font-style: italic; + max-width: 520px; } .invalid {