diff --git a/stories/TableLocalArtifacts.stories.tsx b/stories/TableLocalArtifacts.stories.tsx index b43856f..e2247fe 100644 --- a/stories/TableLocalArtifacts.stories.tsx +++ b/stories/TableLocalArtifacts.stories.tsx @@ -937,9 +937,9 @@ const Template: Story = (args: any) => { // eslint-disable-next-line @typescript-eslint/no-var-requires connectReduxDevtools(require('remotedev'), rootStore); return ( - - -
+
+ + { }, }} /> -
- - + + +
); }; diff --git a/stories/TableRemoteArtifacts.stories.tsx b/stories/TableRemoteArtifacts.stories.tsx index 79698f4..d7f9b42 100644 --- a/stories/TableRemoteArtifacts.stories.tsx +++ b/stories/TableRemoteArtifacts.stories.tsx @@ -240,13 +240,13 @@ const Template: Story = (args: any) => { // eslint-disable-next-line @typescript-eslint/no-var-requires connectReduxDevtools(require('remotedev'), rootStore); return ( - - -
+
+ +
-
- - + + +
); }; diff --git a/stories/TableRemoteMktp.stories.tsx b/stories/TableRemoteMktp.stories.tsx index 6ca605e..fe3e538 100644 --- a/stories/TableRemoteMktp.stories.tsx +++ b/stories/TableRemoteMktp.stories.tsx @@ -303,13 +303,13 @@ const Template: Story = (args: any) => { // eslint-disable-next-line @typescript-eslint/no-var-requires connectReduxDevtools(require('remotedev'), rootStore); return ( - - -
+
+ + -
- - + + +
); }; diff --git a/stories/TreeAndFormArtifact.stories.tsx b/stories/TreeAndFormArtifact.stories.tsx index 360a007..a510765 100644 --- a/stories/TreeAndFormArtifact.stories.tsx +++ b/stories/TreeAndFormArtifact.stories.tsx @@ -64,6 +64,10 @@ const viewKinds = [ '@id': 'rm:_kf8Df7', '@type': 'aldkg:SplitPaneLayout', options: { + style: { + width: '100%', + height: '50%', + }, defaultSize: { 'rm:Folders_Coll': '17%', 'rm:_fgu778f': '83%', @@ -181,12 +185,12 @@ export const Empty: Story<{}> = () => { // eslint-disable-next-line @typescript-eslint/no-var-requires connectReduxDevtools(require('remotedev'), rootStore); return ( - - -
+
+ + -
- - + + +
); }; diff --git a/stories/TreeAndFormMktp.stories.tsx b/stories/TreeAndFormMktp.stories.tsx index daa7d4e..ea3c211 100644 --- a/stories/TreeAndFormMktp.stories.tsx +++ b/stories/TreeAndFormMktp.stories.tsx @@ -388,12 +388,12 @@ export const Empty: Story<{}> = () => { // eslint-disable-next-line @typescript-eslint/no-var-requires connectReduxDevtools(require('remotedev'), rootStore); return ( - - -
+
+ + -
- - + + +
); }; diff --git a/stories/TwoTables.stories.tsx b/stories/TwoTables.stories.tsx index 63b8b0a..0449b85 100644 --- a/stories/TwoTables.stories.tsx +++ b/stories/TwoTables.stories.tsx @@ -102,6 +102,10 @@ const viewKinds = [ '@id': 'mktp:_97hFH67', '@type': 'aldkg:SplitPaneLayout', options: { + style: { + width: '100%', + height: '100%', + }, defaultSize: { 'mktp:MarketplacesTabs': '17%', 'mktp:CategoryCardsTable': '43', @@ -599,13 +603,13 @@ const Template: Story = (args: any) => { // eslint-disable-next-line @typescript-eslint/no-var-requires connectReduxDevtools(require('remotedev'), rootStore); return ( - - -
+
+ + -
- - + + +
); }; diff --git a/stories/TwoTablesBig.stories.tsx b/stories/TwoTablesBig.stories.tsx index bba131d..ba0879e 100644 --- a/stories/TwoTablesBig.stories.tsx +++ b/stories/TwoTablesBig.stories.tsx @@ -102,6 +102,10 @@ const viewKinds = [ '@id': 'mktp:_97hFH67', '@type': 'aldkg:SplitPaneLayout', options: { + style: { + width: '100%', + height: '100%', + }, defaultSize: { 'mktp:MarketplacesTabs': '17%', 'mktp:CategoryCardsTable': '43', @@ -602,13 +606,13 @@ const Template: Story = (args: any) => { // eslint-disable-next-line @typescript-eslint/no-var-requires connectReduxDevtools(require('remotedev'), rootStore); return ( - - -
+
+ + -
- - + + +
); };