Skip to content

Commit 05cabae

Browse files
jonnybeltdeekens
authored andcommitted
fix(table): to remove jumpy effect on hover (#598)
1 parent 6f922d9 commit 05cabae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/table/sortable-header/sortable-header.js

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const SortableHeader = props => {
4242
css={[
4343
css`
4444
display: flex;
45+
align-items: center;
4546
justify-content: space-between;
4647
&:hover {
4748
cursor: pointer;

0 commit comments

Comments
 (0)