Skip to content

Commit

Permalink
Color: incorporate grid unit to provide reset button more space
Browse files Browse the repository at this point in the history
  • Loading branch information
yogeshbhutkar committed Jan 14, 2025
1 parent 5bda174 commit af56f3d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ $swatch-gap: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
max-width: calc(100% - $button-size-next-default-40px);
max-width: calc(100% - ($button-size-next-default-40px + $grid-unit-05));
}
}

Expand Down

0 comments on commit af56f3d

Please sign in to comment.