fix(style): max height for timeline items, incase of long threads

This commit is contained in:
Rushabh Mehta 2019-03-07 13:21:29 +05:30
parent 5a67c57171
commit 313fb361dc

View file

@ -363,6 +363,11 @@ h6.uppercase, .h6.uppercase {
.timeline-items {
position: relative;
.timeline-item-content {
max-height: 400px;
overflow: auto;
}
}
.timeline {