[aur-dev] [PATCH] Limit comment height to 15 lines

Eric Engestrom eric at engestrom.ch
Sat Mar 12 14:50:03 UTC 2016


Signed-off-by: Eric Engestrom <eric at engestrom.ch>
---
 web/html/css/aurweb.css | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/web/html/css/aurweb.css b/web/html/css/aurweb.css
index f5e1037..f777ab8 100644
--- a/web/html/css/aurweb.css
+++ b/web/html/css/aurweb.css
@@ -148,3 +148,8 @@ label.confirmation,
 	color: red;
 	font-weight: bold;
 }
+
+#news div p {
+	max-height: 15em;
+	overflow: auto;
+}
-- 
2.7.2


More information about the aur-dev mailing list