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 aeafa76 commit 6b6d01eCopy full SHA for 6b6d01e
packages/base/src/panelview/components/story-maps/StoryViewerPanel.tsx
@@ -158,7 +158,7 @@ function StoryViewerPanel({ model }: IStoryViewerPanelProps) {
158
159
if (!storyData) {
160
return (
161
- <div>
+ <div style={{ padding: '0 0.5rem 0.5rem 0.5rem' }}>
162
<p>No story map available. Create one in the Story Editor panel.</p>
163
</div>
164
);
0 commit comments