From f14c537a953784e78ec64e7b36ea47546348e0e2 Mon Sep 17 00:00:00 2001 From: Aditya Patel Date: Fri, 5 Apr 2024 00:00:20 -0400 Subject: [PATCH] change width of group detaisl columns --- src/views/BrokeringRoute.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/BrokeringRoute.vue b/src/views/BrokeringRoute.vue index 702dbe7..cff5c85 100644 --- a/src/views/BrokeringRoute.vue +++ b/src/views/BrokeringRoute.vue @@ -636,7 +636,7 @@ section { } section > * { - min-width: 40ch; + flex: .33; } ion-content > div {