mirror of https://github.com/vector-im/riot-web
Fix text flow of thread summary content on threads list (#8991)
parent
7f5bb61a79
commit
434f39fa0f
|
@ -850,6 +850,12 @@ $left-gutter: 64px;
|
|||
line-height: var(--EventTile_ThreadSummary-line-height);
|
||||
font-size: $font-12px; // Same font size as the counter on the main panel
|
||||
}
|
||||
|
||||
.mx_ThreadSummary_content {
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue