From d6ee4775279052678d307ea8304071ad1fc36bbd Mon Sep 17 00:00:00 2001 From: Patrick Smith Date: Tue, 12 Feb 2019 17:44:32 -0500 Subject: [PATCH] Update style of edit portfolio name input to match TO portfolio name input --- styles/components/_portfolio_layout.scss | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index 5ed8a143..29ceb921 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -425,9 +425,12 @@ margin-bottom: 0; .form-col { - .usa-input { + .usa-input--validation--portfolioName { input { - max-width: 45em; + max-width: 30em; + } + .icon-validation { + left: 30em; } } }