From 005a8ca444f74bc17f10be84f014d38f013645e6 Mon Sep 17 00:00:00 2001 From: Deimos Date: Tue, 20 Aug 2019 14:05:03 -0600 Subject: [PATCH]
: apply max-width when open or closed --- tildes/scss/_placeholders.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tildes/scss/_placeholders.scss b/tildes/scss/_placeholders.scss index 55c4424..0f5a2ea 100644 --- a/tildes/scss/_placeholders.scss +++ b/tildes/scss/_placeholders.scss @@ -15,10 +15,10 @@ margin-bottom: 0.4rem; padding: 0.2rem 0.4rem; border: 1px dotted; + max-width: $paragraph-max-width; &:not([open]) { cursor: pointer; - max-width: $paragraph-max-width; } }