Skip to content

Commit

Permalink
fix styles
Browse files Browse the repository at this point in the history
  • Loading branch information
ntsekouras committed Oct 30, 2023
1 parent 2caf1f9 commit 14767da
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/edit-site/src/components/dataviews/style.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.dataviews-wrapper {
width: 100%;
min-height: calc(100% - 60px);
height: 100%;
overflow: auto;
padding: $grid-unit-40;

Expand Down
7 changes: 6 additions & 1 deletion packages/edit-site/src/components/dataviews/view-grid.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,12 @@ export function ViewGrid( { data, fields, view, actions } ) {
) ) }
</VStack>
</FlexBlock>
<ItemActions item={ item } actions={ actions } />
<FlexBlock>
<ItemActions
item={ item }
actions={ actions }
/>
</FlexBlock>
</HStack>
</VStack>
);
Expand Down

0 comments on commit 14767da

Please sign in to comment.