File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<InfoBoxTemplate title =" Measure" >
3
- <div class =" columns is-align-items-center " >
3
+ <div class =" columns" >
4
4
<div class =" column" >
5
5
<button
6
- class =" button"
6
+ class =" button is-fullwidth "
7
7
:class =" { 'is-primary': pathDrawEnabled }"
8
8
@click =" $emit('update:pathDrawEnabled', !pathDrawEnabled)"
9
9
title =" If active click on the map to draw a path from clicked tile to clicked tile."
15
15
Draw Move Path
16
16
</button >
17
17
</div >
18
+ </div >
19
+ <div class =" columns" >
18
20
<div class =" column" >
19
- <div class =" field has-addons" >
21
+ <div class =" field has-addons is-justify-content-center " >
20
22
<div class =" control" >
21
23
<button
22
24
class =" button"
Original file line number Diff line number Diff line change @@ -137,6 +137,6 @@ const resetMapMeasureDrawing = () => {
137
137
138
138
<style scoped lang="scss">
139
139
.editor-root {
140
- margin : 0 4 rem 1rem ;
140
+ margin : 0 10 rem 1rem ;
141
141
}
142
142
</style >
You can’t perform that action at this time.
0 commit comments