Эх сурвалжийг харах

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

Owen Diffey 5 жил өмнө
parent
commit
7121deeb71

+ 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;