Explorar o código

Partly fixed station name overflow

theflametrooper %!s(int64=8) %!d(string=hai) anos
pai
achega
53f4ec6446
Modificáronse 1 ficheiros con 5 adicións e 2 borrados
  1. 5 2
      frontend/components/pages/Home.vue

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

@@ -199,8 +199,11 @@
 		}
 	}
 
-	.card {
-		display: inline-block;
+	.card { display: inline-block; }
+
+	.media-left {
+		word-wrap: break-word;
+    	width: 80%;
 	}
 	
 </style>