소스 검색

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

Owen Diffey 6 년 전
부모
커밋
225a44604d
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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;
 				}