From f98d11a0bee7e61f6826bda489ce352681743def Mon Sep 17 00:00:00 2001 From: Alex Andreev Date: Sun, 15 Nov 2020 17:04:21 +0300 Subject: [PATCH] MInor workspace fixes (#1382) Signed-off-by: Alex Andreev --- src/renderer/components/+workspaces/workspaces.tsx | 2 +- src/renderer/components/layout/wizard-layout.scss | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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%;