From c2f49faa846451b83d48ad13d3293e90b0c97dfb Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Oct 11 2017 15:36:04 +0000 Subject: Make the box to edit comments bigger Fixes https://pagure.io/pagure/issue/2434 Signed-off-by: Pierre-Yves Chibon --- diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index b43bcf9..d6a5931 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -638,6 +638,10 @@ th[data-sort] { margin-left: .5rem !important } +#update_comment { + height: 15em; +} + /*Our specific responsive overrides*/ @media (min-width:544px) {