Skip to content

Commit

Permalink
fix: garden overflow (#531)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustav-Eikaas authored Nov 21, 2023
1 parent 150a2ee commit 69544db
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/garden/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/workspace-garden",
"version": "6.0.1",
"version": "6.0.2",
"type": "module",
"sideEffects": false,
"license": "MIT",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import styled from 'styled-components';

export const StyledVirtualContainer = styled.div`
display: grid;
grid-template-rows: auto 1fr;
grid-template-rows: auto;
height: 100%;
width: 100%;
gap: 1em;
Expand Down
2 changes: 1 addition & 1 deletion packages/workspace-fusion/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@equinor/workspace-fusion",
"version": "6.0.5",
"version": "6.0.6",
"type": "module",
"sideEffects": false,
"license": "MIT",
Expand Down

0 comments on commit 69544db

Please sign in to comment.