Skip to content

Commit 41aaa34

Browse files
authored
fix tutorial theme (#2049)
1 parent cde9e32 commit 41aaa34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/theme.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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(); })

0 commit comments

Comments
 (0)