Skip to content

Commit

Permalink
Add comment for the 26px value
Browse files Browse the repository at this point in the history
  • Loading branch information
hanneskuettner committed May 2, 2024
1 parent 61f0964 commit 9a2fa18
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ const unsortableJunctionFields = computed(() => {

top: 50%;
transform: translateY(-50%);
right: -26px;
right: -26px; // moves it to the center of the column-gap ( icon-width + (gap - icon-width) / 2 )
}
}

Expand Down

0 comments on commit 9a2fa18

Please sign in to comment.