Skip to content

Commit c8696da

Browse files
authored
#2122: Fix - MS search bar is shifted when plugin panel is visible (#2124)
1 parent 0e95fc5 commit c8696da

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

geonode_mapstore_client/client/themes/geonode/less/_resources-catalog.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
top: 0;
2020
right: 0;
2121
z-index: 2000;
22-
width: 550px;
22+
width: 420px;
2323
height: 100%;
2424
display: flex;
2525
flex-direction: column;

geonode_mapstore_client/static/mapstore/configs/localConfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"lg": 600
2929
},
3030
"right": {
31-
"md": 550
31+
"md": 420
3232
},
3333
"bottom": {
3434
"sm": 30

0 commit comments

Comments
 (0)