diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-21 16:09:33 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-08-21 16:09:33 -0400 |
| commit | 04c05a0e0c1c84575ea064303a083bb011ddd270 (patch) | |
| tree | dd06ea2fdc310c2e517e0c6c81494a2db9c3eae8 /src/client/views/nodes/MapBox/MapBox.scss | |
| parent | 9505f9d488fb7850a6cb95cab5695b474a271fae (diff) | |
fixed input placement in map search
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
| -rw-r--r-- | src/client/views/nodes/MapBox/MapBox.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss index 7e96d2d4e..b704b26a2 100644 --- a/src/client/views/nodes/MapBox/MapBox.scss +++ b/src/client/views/nodes/MapBox/MapBox.scss @@ -17,6 +17,9 @@ .editableText-container { width: 100%; } + input { + width: 100%; + } } .mapBox-topbar { display: flex; |
