From 958161038a003a0a9046c6bfca0180253a1e0fc6 Mon Sep 17 00:00:00 2001 From: Aditya Patel Date: Fri, 5 Apr 2024 00:02:10 -0400 Subject: [PATCH] changed to grow property instead of generic flex --- 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 cff5c85..27646da 100644 --- a/src/views/BrokeringRoute.vue +++ b/src/views/BrokeringRoute.vue @@ -636,7 +636,7 @@ section { } section > * { - flex: .33; + flex-grow: .3; } ion-content > div {