Skip to content

Commit

Permalink
Data views: Fix alignment of action items in list layout (#66273)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <jameskoster@git.wordpress.org>
Co-authored-by: stokesman <presstoke@git.wordpress.org>
  • Loading branch information
3 people authored and gutenbergplugin committed Oct 22, 2024
1 parent a98d8ab commit 17e96c7
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 17e96c7

Please sign in to comment.