File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 4141
4242 - name : Cleanups 🧹
4343 run : |
44+ jq 'del(.patchedDependencies)' "package.json" > temp.json && mv temp.json "package.json"
4445 echo $(sed '/if (storybook) {/,/}/d' src/store/index.ts) > src/store/index.ts
4546 echo $(sed '/@dreamworld\/addon-redux/d' .storybook/main.ts) > .storybook/main.ts
4647
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ const Designer: React.FC<ISTKProps> = (props) => {
2323 >
2424 < Operations { ...props } />
2525 < div
26- className = { twMerge ( "h-full flex relative" , props . styles ?. workspace ?. container ?. className ) }
26+ className = { twMerge ( "h-full flex flex-1 relative" , props . styles ?. workspace ?. container ?. className ) }
2727 style = { props . styles ?. workspace ?. container ?. properties }
2828 >
2929 < Toolbar { ...props } />
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ const ToolBar: React.FC<ISTKProps> = (props) => {
6262 < div
6363 id = { ids . toolbar }
6464 className = { twMerge (
65- "h-full flex flex-col gap-5 border-t pt-5 border-black [&>*:last-child]:[&>*:last-child]:hidden bg-black/5" ,
65+ "flex flex-col gap-5 border-t pt-5 border-black [&>*:last-child]:[&>*:last-child]:hidden bg-black/5" ,
6666 styles ?. root ?. className
6767 ) }
6868 style = { styles ?. root ?. properties }
You can’t perform that action at this time.
0 commit comments