From 18d68d9a608786e219d602873a3b6d42c68dab70 Mon Sep 17 00:00:00 2001 From: leigh-mil Date: Thu, 10 Oct 2019 13:00:58 -0400 Subject: [PATCH] Fix styling for larger widths --- styles/components/_portfolio_layout.scss | 1 - styles/core/_grid.scss | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/components/_portfolio_layout.scss b/styles/components/_portfolio_layout.scss index d2a1998b..f82069d2 100644 --- a/styles/components/_portfolio_layout.scss +++ b/styles/components/_portfolio_layout.scss @@ -257,7 +257,6 @@ textarea { max-height: 9rem; - max-width: none; } .panel__footer { diff --git a/styles/core/_grid.scss b/styles/core/_grid.scss index ef264cd8..ff07cca6 100644 --- a/styles/core/_grid.scss +++ b/styles/core/_grid.scss @@ -47,5 +47,6 @@ &.col--half { width: 50%; + max-width: 30em; } }