File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ <h1>GeoNode Theme</h1>
155155 </ nav >
156156 < div class ="gn-row gn-home-section ">
157157 < div class ="gn-grid-container ">
158- < div class ="gn-card-grid ">
158+ < div class ="gn-card-grid " style =" width:100%; " >
159159 < div style ="display: flex; width: 100%; ">
160160 < div style ="flex: 1 1 0%; width: 100%; ">
161161 < div class ="gn-card-grid-container " style ="min-height: auto; ">
@@ -512,7 +512,7 @@ <h1>GeoNode Theme</h1>
512512 }
513513 }
514514
515- const branch = window . location . search ? window . location . search . replace ( '?' , '' ) : 'master ' ;
515+ const branch = window . location . search ? window . location . search . replace ( '?' , '' ) : '4.4.x ' ;
516516
517517 fetch ( 'https://raw.githubusercontent.com/GeoNode/geonode-mapstore-client/' + branch + '/geonode_mapstore_client/static/mapstore/dist/themes/geonode.css' )
518518 . then ( function ( res ) { return res . text ( ) ; } )
You can’t perform that action at this time.
0 commit comments