🐛 Fix text overflow on long titles (fix #855)

This commit is contained in:
Alicia Sykes 2024-02-27 19:45:20 +00:00
parent f5789a3a25
commit dbc758c8b6
1 changed files with 3 additions and 0 deletions

View File

@ -258,6 +258,9 @@ export default {
overflow: hidden;
span.text {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
display: block;
}
}