From b4786e762be62efc5d7d4958aa5fffa079bc8d91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Thu, 21 Feb 2019 08:21:13 -0500 Subject: [PATCH] Make comment box take up available space, not be tiny --- agaric/sass/agaric/_layout.flow.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/agaric/sass/agaric/_layout.flow.scss b/agaric/sass/agaric/_layout.flow.scss index 1d972bd..e5b161e 100644 --- a/agaric/sass/agaric/_layout.flow.scss +++ b/agaric/sass/agaric/_layout.flow.scss @@ -102,3 +102,10 @@ } } } + +// Adding this so the comment box at the bottom isn't unnaturally small. +// This perhaps should be more precisely targeted, or more generally. + +.flow.content { + width: 100%; +}