Explorar o código

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

Owen Diffey %!s(int64=6) %!d(string=hai) anos
pai
achega
7121deeb71
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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;