🐛 Fixes text overflow bug (#278)

This commit is contained in:
Alicia Sykes 2021-10-17 12:04:19 +01:00
parent e76200debd
commit 664727c3e7
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;