fix(style): max height for timeline items, incase of long threads
This commit is contained in:
parent
5a67c57171
commit
313fb361dc
1 changed files with 5 additions and 0 deletions
|
|
@ -363,6 +363,11 @@ h6.uppercase, .h6.uppercase {
|
|||
|
||||
.timeline-items {
|
||||
position: relative;
|
||||
|
||||
.timeline-item-content {
|
||||
max-height: 400px;
|
||||
overflow: auto;
|
||||
}
|
||||
}
|
||||
|
||||
.timeline {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue