diff --git a/src/renderer/components/+workspaces/workspaces.tsx b/src/renderer/components/+workspaces/workspaces.tsx index 5375b4ed80..4439a9ea08 100644 --- a/src/renderer/components/+workspaces/workspaces.tsx +++ b/src/renderer/components/+workspaces/workspaces.tsx @@ -117,7 +117,7 @@ export class Workspaces extends React.Component { const isEditing = this.editingWorkspaces.has(workspaceId); const editingWorkspace = this.editingWorkspaces.get(workspaceId); const managed = !!ownerRef - const className = cssNames("workspace flex gaps", { + const className = cssNames("workspace flex gaps align-center", { active: isActive, editing: isEditing, default: isDefault, diff --git a/src/renderer/components/layout/wizard-layout.scss b/src/renderer/components/layout/wizard-layout.scss index d82d081d61..73c5afc3fe 100644 --- a/src/renderer/components/layout/wizard-layout.scss +++ b/src/renderer/components/layout/wizard-layout.scss @@ -3,6 +3,7 @@ position: relative; padding: $padding * 2; + width: 100%; height: 100%; display: grid; grid-template-columns: 1fr 40%;