mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 22:55:32 +02:00
🐛 Fixes text overflow bug (#278)
This commit is contained in:
parent
e76200debd
commit
664727c3e7
@ -285,7 +285,6 @@ export default {
|
|||||||
/* Text in tile */
|
/* Text in tile */
|
||||||
.tile-title {
|
.tile-title {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
overflow: hidden;
|
|
||||||
text-overflow: ellipsis;
|
text-overflow: ellipsis;
|
||||||
min-width: 120px;
|
min-width: 120px;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user