Skip to content

Commit

Permalink
Data views: Fix alignment of action items in list layout (WordPress#6…
Browse files Browse the repository at this point in the history
…6273)

Co-authored-by: jameskoster <[email protected]>
Co-authored-by: stokesman <[email protected]>
  • Loading branch information
3 people authored and karthick-murugan committed Nov 13, 2024
1 parent e25effe commit 8c9ca12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dataviews/src/dataviews-layouts/list/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ul.dataviews-view-list {
.dataviews-view-list__item-actions {
flex-basis: min-content;
overflow: unset;
margin-inline: $grid-unit-10 0;
padding-inline-end: $grid-unit-05;

.components-button {
opacity: 1;
Expand Down

0 comments on commit 8c9ca12

Please sign in to comment.