1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

MInor workspace fixes

Signed-off-by: Alex Andreev <alex.andreev.email@gmail.com>
This commit is contained in:
Alex Andreev 2020-11-14 15:08:03 +03:00
parent 55b6edfc2a
commit f05ccb5672
2 changed files with 2 additions and 1 deletions

View File

@ -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,

View File

@ -3,6 +3,7 @@
position: relative;
padding: $padding * 2;
width: 100%;
height: 100%;
display: grid;
grid-template-columns: 1fr 40%;