Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: add gap to make it consistent with the previous layout
  • Loading branch information
yogeshbhutkar committed Apr 9, 2025
commit 441210af12770e4fa62d7901a5f7a9697ed49c03
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 @@ -19,6 +19,7 @@ div.dataviews-view-list {
display: flex;
width: max-content;
flex: 0 0 auto;
gap: $grid-unit-10;
padding-inline-end: $grid-unit-05;

.components-button {
Expand Down