Skip to content

Commit

Permalink
DataViews: Fix hidden List layout actions dropdown (#67778)
Browse files Browse the repository at this point in the history
Co-authored-by: youknowriad <[email protected]>
Co-authored-by: ntsekouras <[email protected]>
Co-authored-by: oandregal <[email protected]>
Co-authored-by: doekenorg <[email protected]>
  • Loading branch information
5 people authored Dec 10, 2024
1 parent eddc1df commit 244c145
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/dataviews/src/dataviews-layouts/list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ ul.dataviews-view-list {
.dataviews-view-list__item-wrapper {
position: relative;
padding: $grid-unit-20 $grid-unit-30;
box-sizing: border-box;
}

.dataviews-view-list__item-actions {
Expand Down

1 comment on commit 244c145

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Flaky tests detected in 244c145.
Some tests passed with failed attempts. The failures may not be related to this commit but are still reported for visibility. See the documentation for more information.

🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/12251783245
📝 Reported issues:

Please sign in to comment.