Browse Source

fix(station card): info area max-width on mobile too restrictive

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

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

@@ -552,6 +552,7 @@ html {
 			}
 			.info {
 				width: calc(100% - 100px);
+				max-width: none;
 				.displayName {
 					font-size: 18px !important;
 				}