Skip to content

Commit

Permalink
Data views list layout: Fix action alignment (#62971)
Browse files Browse the repository at this point in the history
Co-authored-by: jameskoster <[email protected]>
Co-authored-by: jasmussen <[email protected]>
  • Loading branch information
3 people authored Jul 1, 2024
1 parent 214f466 commit ba8b9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/dataviews/src/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@
&.is-hovered,
&:focus-within {
.dataviews-view-list__item-actions {
padding-right: $grid-unit-40;
padding-right: $grid-unit-30;

.components-button {
opacity: 1;
Expand Down

0 comments on commit ba8b9e0

Please sign in to comment.