We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c3eadb commit c304bd4Copy full SHA for c304bd4
packages/base/src/commands/BaseCommandIDs.ts
@@ -67,4 +67,4 @@ export const showAnnotationsTab = 'jupytergis:showAnnotationsTab';
67
export const showIdentifyPanelTab = 'jupytergis:showIdentifyPanelTab';
68
69
// Story maps
70
-export const addLandmark = 'jupytergis:addLandmark'
+export const addLandmark = 'jupytergis:addLandmark';
packages/base/style/storyPanel.css
@@ -1,5 +1,5 @@
1
.jgis-story-viewer-panel * {
2
- box-sizing: border-box;
+ box-sizing: border-box;
3
}
4
5
.jgis-story-viewer-content p,
0 commit comments