From 5092dd946f703f8458ccccbf4cda6fb9e5fe7aab Mon Sep 17 00:00:00 2001 From: Nick Gottlieb Date: Fri, 23 Aug 2024 15:08:10 -0700 Subject: [PATCH] fix responsivity issue for flow tab graph --- .../views/river-detail/components/flow-tab/flow-tab.vue | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/src/app/views/river-detail/components/flow-tab/flow-tab.vue b/src/app/views/river-detail/components/flow-tab/flow-tab.vue index a75d4cad..48a7f2ef 100644 --- a/src/app/views/river-detail/components/flow-tab/flow-tab.vue +++ b/src/app/views/river-detail/components/flow-tab/flow-tab.vue @@ -69,7 +69,7 @@ style="max-width: 100%; " class="mb-spacing-sm" > -
+
this.$options.breakpoints.md) { - return null - } else { - return 'position:relative;width:' + this.$options.breakpoints.sm * 2 + 'px' - } - }, } , watch: {