Skip to content

Commit 1deef29

Browse files
committed
Add padding
1 parent d3c15f2 commit 1deef29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/base/src/panelview/components/story-maps/StoryViewerPanel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ function StoryViewerPanel({ model }: IStoryViewerPanelProps) {
158158

159159
if (!storyData) {
160160
return (
161-
<div>
161+
<div style={{ padding: '0 0.5rem 0.5rem 0.5rem' }}>
162162
<p>No story map available. Create one in the Story Editor panel.</p>
163163
</div>
164164
);

0 commit comments

Comments
 (0)