mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-22 21:25:00 +02:00
🐛 Fix text overflow on long titles (fix #855)
This commit is contained in:
parent
f5789a3a25
commit
dbc758c8b6
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user