🔀 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
commit b316735a28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

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;