comparison client/src/components/Bottlenecks.vue @ 5453:4722d392aa1a uiimprovements

center text
author Thomas Junk <thomas.junk@intevation.de>
date Wed, 14 Jul 2021 14:38:16 +0200
parents 54214717ef5d
children 2ad3a29e0e14
comparison
equal deleted inserted replaced
5452:54214717ef5d 5453:4722d392aa1a
36 <span class="mx-auto">{{ 36 <span class="mx-auto">{{
37 bottleneck.properties.responsible_country 37 bottleneck.properties.responsible_country
38 }}</span> 38 }}</span>
39 </div> 39 </div>
40 <div class="table-cell" style="flex-grow:1;"> 40 <div class="table-cell" style="flex-grow:1;">
41 <span class="ml-auto">{{ 41 <span class="mx-auto">{{
42 displayCurrentChainage( 42 displayCurrentChainage(
43 bottleneck.properties.from, 43 bottleneck.properties.from,
44 bottleneck.properties.to 44 bottleneck.properties.to
45 ) 45 )
46 }}</span> 46 }}</span>