From 313fb361dc1460dfa25e2c4635beec2c7cfcb804 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Thu, 7 Mar 2019 13:21:29 +0530 Subject: [PATCH] fix(style): max height for timeline items, incase of long threads --- frappe/public/less/form.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frappe/public/less/form.less b/frappe/public/less/form.less index 435f17917e..85c186b89c 100644 --- a/frappe/public/less/form.less +++ b/frappe/public/less/form.less @@ -363,6 +363,11 @@ h6.uppercase, .h6.uppercase { .timeline-items { position: relative; + + .timeline-item-content { + max-height: 400px; + overflow: auto; + } } .timeline {