🐛 Fix text overflow on long titles (fix #855)
This commit is contained in:
@@ -258,6 +258,9 @@ export default {
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
span.text {
|
span.text {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
text-overflow: ellipsis;
|
||||||
|
overflow: hidden;
|
||||||
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user