Explorar o código

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

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