fix(style): max height for timeline items, incase of long threads
This commit is contained in:
parent
5493d1dfa3
commit
ecf6eedd9e
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