🔀 Merge pull request #280 from Lissy93/FIX/278-text-hidden-bug

[FIX] Text overflow bug
Fixes #278 :)
This commit is contained in:
Alicia Sykes
2021-10-17 12:22:45 +01:00
committed by GitHub

View File

@@ -285,7 +285,6 @@ export default {
/* Text in tile */
.tile-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-width: 120px;
height: 30px;