Skip to content

Commit

Permalink
fix: sorter chevron alignment in table header (#879)
Browse files Browse the repository at this point in the history
The chevron is bumped down below the header title when a header tooltip is present.

Closes D2IQ-94167
  • Loading branch information
nataliepina authored Nov 17, 2022
1 parent e54ad20 commit abd6697
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/tablev2/__snapshots__/tablev2.test.tsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ exports[`Table v2 rendering renders default 1`] = `
role="columnheader"
>
<div
class="css-1fz6wig"
class="css-130tuzu"
data-cy="flex"
>
<div
Expand Down Expand Up @@ -1021,7 +1021,7 @@ exports[`Table v2 rendering renders without a sticky first column 1`] = `
role="columnheader"
>
<div
class="css-1fz6wig"
class="css-130tuzu"
data-cy="flex"
>
<div
Expand Down
2 changes: 1 addition & 1 deletion packages/tablev2/style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export const rowScrollShadow = css`
`;

export const cellFlexWrapper = css`
display: flex;
display: inline-flex;
flex-direction: row;
align-items: center;
max-width: 100%;
Expand Down

0 comments on commit abd6697

Please sign in to comment.