aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/MapBox/MapBox.tsx
diff options
context:
space:
mode:
authorbobzel <zzzman@gmail.com>2023-08-21 15:45:09 -0400
committerbobzel <zzzman@gmail.com>2023-08-21 15:45:09 -0400
commit775f55b2d013608d3c53166d36ec927e08c3dcef (patch)
tree39c1c2ebb345839058d2bb0fdddca985ca942678 /src/client/views/nodes/MapBox/MapBox.tsx
parent371a56fd7c6d31545af4798fd256b5a5bb078e55 (diff)
fixed alignemnt of map search
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.tsx')
-rw-r--r--src/client/views/nodes/MapBox/MapBox.tsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.tsx b/src/client/views/nodes/MapBox/MapBox.tsx
index 568cc275a..f6f0d4402 100644
--- a/src/client/views/nodes/MapBox/MapBox.tsx
+++ b/src/client/views/nodes/MapBox/MapBox.tsx
@@ -804,6 +804,7 @@ export class MapBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProps
// editing
setVal={(newText: string | number) => typeof newText === 'string' && this.searchbarOnEdit(newText)}
placeholder="Boston"
+ textAlign="center"
/>
</div>
<IconButton