Преглед на файлове

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;
 				}