Skip to content

Commit

Permalink
chore: remove sorting baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
GermanVor committed Jul 1, 2024
1 parent 89048e4 commit 57c6d3d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
5 changes: 5 additions & 0 deletions src/components/Table/__tests__/helpersPlaywright.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import {composeStories} from '@storybook/react';

import * as DefaultTableStories from '../__stories__/Table.stories';

export const TableStories = composeStories(DefaultTableStories);
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
$block: '.#{variables.$ns}sort-indicator';

#{$block} {
display: flex;

&__icon {
vertical-align: -2px;
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ $block: '.#{variables.$ns}table';
#{$block} {
&__sort {
display: inline-flex;
align-items: baseline;
align-items: center;
gap: var(--g-spacing-1);
// `top` to avoid redundant height to appear
vertical-align: top;
Expand Down

0 comments on commit 57c6d3d

Please sign in to comment.