Skip to content

Commit

Permalink
Merge pull request #34 from MetaCell/feature/ESCKAN-47_2
Browse files Browse the repository at this point in the history
Fixing alignment issue
  • Loading branch information
ddelpiano authored Jun 3, 2024
2 parents 3f818fc + 970891d commit 89cb5cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/common/Heatmap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ const HeatmapGrid: FC<HeatmapGridProps> = ({
alignItems: 'center',
fontSize: '0.875rem',
fontWeight: '500',
marginLeft: '0.125rem',
marginLeft: '0.25rem',
padding: '0.875rem 0',
position: 'relative',
borderRadius: '0.25rem',
Expand Down Expand Up @@ -298,7 +298,7 @@ const HeatmapGrid: FC<HeatmapGridProps> = ({
yLabels={yAxisData.labels}
xLabelsLocation={'top'}
xLabelsVisibility={xAxis?.map(() => true)}
xLabelWidth={160}
xLabelWidth={250}
yLabelWidth={250}
data={heatmapMatrixData}
// squares
Expand Down

0 comments on commit 89cb5cf

Please sign in to comment.