From dcf7f70fd1f95f7e7044a03553c4b207b6a5ce3d Mon Sep 17 00:00:00 2001 From: Eduardo Martinez Date: Tue, 1 Sep 2020 01:01:25 -0700 Subject: [PATCH] Remove max-width max-width was keeping pre and postfix from using 100% of the width of its container --- assets/scss/modules/editor/fields/_pre_postfix.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/scss/modules/editor/fields/_pre_postfix.scss b/assets/scss/modules/editor/fields/_pre_postfix.scss index 21d25ae01..0cb58d096 100644 --- a/assets/scss/modules/editor/fields/_pre_postfix.scss +++ b/assets/scss/modules/editor/fields/_pre_postfix.scss @@ -1,7 +1,6 @@ .form--helper { font-size: 0.95rem; color: #666; - max-width: 46em; display: block; margin: 0.5rem 0; }