diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-21 15:39:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-08-21 15:39:49 -0400 |
| commit | 1f7cf33fef75001ee10983a8269ddb4c45d3a07d (patch) | |
| tree | 2bdafcbf119e58f223e50b116c55e95360e5b166 /src/client/views/nodes/MapBox/MapBox.scss | |
| parent | cba0d4b26e8e5daf274c7a8ccfd130f284ce2946 (diff) | |
map fixes for drag and drop
Diffstat (limited to 'src/client/views/nodes/MapBox/MapBox.scss')
| -rw-r--r-- | src/client/views/nodes/MapBox/MapBox.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/client/views/nodes/MapBox/MapBox.scss b/src/client/views/nodes/MapBox/MapBox.scss index 39fa3262e..a910f294e 100644 --- a/src/client/views/nodes/MapBox/MapBox.scss +++ b/src/client/views/nodes/MapBox/MapBox.scss @@ -11,12 +11,13 @@ padding: 12; font-size: 17; } - .mapBox-searchbar{ - display:flex; + .mapBox-searchbar { + display: flex; flex-direction: row; + width: calc(100% - 40px); } - .mapBox-topbar{ - display:flex; + .mapBox-topbar { + display: flex; flex-direction: row; } |
