Make comment box take up available space, not be tiny

This commit is contained in:
benjamin melançon 2019-02-21 08:21:13 -05:00
parent db0f99c0a5
commit b4786e762b

View file

@ -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%;
}