Przeglądaj źródła

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

Owen Diffey 5 lat temu
rodzic
commit
7121deeb71
1 zmienionych plików z 2 dodań i 0 usunięć
  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;