From 083e02d1992bc8b4a139f9e1f6a65954a1af7ea2 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 12 Aug 2019 17:39:33 -0600 Subject: [PATCH]
: go back to display: block inline-block would cause consecutive
elements to end up next to each other, but we want them to be on separate lines. --- 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 6b50047..96aae4d 100644 --- a/tildes/scss/_placeholders.scss +++ b/tildes/scss/_placeholders.scss @@ -18,7 +18,7 @@ &:not([open]) { cursor: pointer; - display: inline-block; + width: max-content; } }