Skip to content

Commit

Permalink
🔀 Merge pull request gchq#280 from Lissy93/FIX/278-text-hidden-bug
Browse files Browse the repository at this point in the history
[FIX] Text overflow bug
Fixes gchq#278 :)
  • Loading branch information
Lissy93 committed Oct 17, 2021
2 parents e76200d + 664727c commit b316735
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/LinkItems/Item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,6 @@ export default {
/* Text in tile */
.tile-title {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
min-width: 120px;
height: 30px;
Expand Down

0 comments on commit b316735

Please sign in to comment.