浏览代码

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

Owen Diffey 5 年之前
父节点
当前提交
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;
 				}