Browse Source

fix(station card): ellipsis now shown on songTitle overflow

Owen Diffey 5 years ago
parent
commit
7121deeb71
1 changed files with 2 additions and 0 deletions
  1. 2 0
      frontend/components/pages/Home.vue

+ 2 - 0
frontend/components/pages/Home.vue

@@ -517,6 +517,8 @@ html {
 			line-height: 30px;
 			flex: 2 1 0;
 			overflow: hidden;
+			text-overflow: ellipsis;
+			white-space: nowrap;
 		}
 		.right {
 			float: right;