# HG changeset patch # User Thomas Junk # Date 1626257251 -7200 # Node ID 62caee603217006f0649db045d0855d8c9f0ac0a # Parent d01c098562d93af4675159626db0716b2da6c676 Make BN-Overview smaller. diff -r d01c098562d9 -r 62caee603217 client/src/components/App.vue --- a/client/src/components/App.vue Tue Jul 13 16:17:01 2021 +0200 +++ b/client/src/components/App.vue Wed Jul 14 12:07:31 2021 +0200 @@ -2,7 +2,7 @@
-
+
diff -r d01c098562d9 -r 62caee603217 client/src/components/Bottlenecks.vue --- a/client/src/components/Bottlenecks.vue Tue Jul 13 16:17:01 2021 +0200 +++ b/client/src/components/Bottlenecks.vue Wed Jul 14 12:07:31 2021 +0200 @@ -18,7 +18,7 @@ title: `${latestmeasurementLabel}`, width: '150px' }, - { id: 'properties.from', title: `${chainageLabel}`, width: '135px' } + { id: 'properties.from', title: `${chainageLabel}`, width: '155px' } ]" />
-
+
{{ displayCurrentChainage( bottleneck.properties.from, @@ -52,7 +52,6 @@ ) }}
-