mirror of
https://github.com/rowyio/rowy.git
synced 2025-12-28 16:06:41 +01:00
fix column sort icon slash size
This commit is contained in:
@@ -109,8 +109,10 @@ export default function ColumnHeaderSort({ column }: IColumnHeaderSortProps) {
|
||||
},
|
||||
}}
|
||||
>
|
||||
<SortDescIcon className="arrow" />
|
||||
<IconSlash />
|
||||
<div style={{ position: "relative" }}>
|
||||
<SortDescIcon className="arrow" />
|
||||
<IconSlash />
|
||||
</div>
|
||||
</IconButton>
|
||||
</Tooltip>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user