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 89e5a8e commit f9d1966Copy full SHA for f9d1966
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "jderobot-ide-interface",
3
- "version": "0.1.95",
+ "version": "0.1.96",
4
"main": "dist/main.js",
5
"typings": "dist/index.d.ts",
6
"files": [
src/components/ResizableLayout/ResizableComponents.tsx
@@ -238,7 +238,9 @@ export const CollapsableResizableColumn = ({
238
if (children.length === 1) {
239
return (
240
<StyledVertContiner bgColor={theme.palette?.background}>
241
- {children[0]}
+ <StyledVertFillerContiner bgColor={theme.palette?.background}>
242
+ {children[0]}
243
+ </StyledVertFillerContiner>
244
</StyledVertContiner>
245
);
246
}
0 commit comments