Skip to content
Draft
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
Refactor: Adjust pivot drag list item alignment
Co-authored-by: eric.okuma <eric.okuma@rilldata.com>
  • Loading branch information
cursoragent and ericokuma committed Nov 17, 2025
commit d4f9f4f8cdf74216345d1511f24de66c9c1859ad
2 changes: 1 addition & 1 deletion web-common/src/features/dashboards/pivot/DragList.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
}

.item-wrapper.aligned {
@apply justify-between w-full;
@apply justify-start w-full gap-x-2;
}

.icons {
Expand Down
Loading