Skip to content

Commit

Permalink
fix alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
cphelefu committed Nov 14, 2023
1 parent a275f72 commit 0cf913c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ export function SingleLayer(props: SingleLayerProps): JSX.Element {
}
if (mapFiltered[layer.layerPath]) {
return (
<Box sx={{ display: 'flex', flexDirection: 'row',alignItems:'center', justifyContent: 'flex-start', gap: 1 }}>
<Box sx={{ display: 'flex', flexDirection: 'row', alignItems: 'center', justifyContent: 'left', gap: 1 }}>
<span>{layer.items.length} items </span>
<TableViewIcon />
</Box>
Expand Down

0 comments on commit 0cf913c

Please sign in to comment.