mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: optimize list horizontal style
This commit is contained in:
parent
6ce88e7cf0
commit
8716ce02e9
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export function ListView({ width, height, nodeRendererContext }: ListViewProps)
|
|||
itemCount={visibleNodes.nodes.length}
|
||||
itemSize={compactFileTree ? 24 : 37}
|
||||
height={height}
|
||||
width={width}
|
||||
width={'100%'}
|
||||
>
|
||||
{VirtualNode}
|
||||
</FixedSizeList>
|
||||
|
|
|
|||
Loading…
Reference in a new issue