Skip to content

Commit

Permalink
Merge pull request #23 from franciscoBSalgueiro/22-if-the-engine-pv-i…
Browse files Browse the repository at this point in the history
…s-too-short-the-pv-can-get-misaligned

Fix alignmenet issues for short pvs
  • Loading branch information
franciscoBSalgueiro authored Oct 2, 2023
2 parents ffcac50 + 6c97757 commit a222130
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/panels/analysis/AnalysisRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ function AnalysisRow({

return (
<tr style={{ verticalAlign: "top" }}>
<td>
<td width={70}>
<ScoreBubble score={score} />
</td>
<td>
Expand Down Expand Up @@ -68,7 +68,7 @@ function AnalysisRow({
})}
</Flex>
</td>
<td>
<td width={10}>
<ActionIcon
style={{
transition: "transform 200ms ease",
Expand Down

0 comments on commit a222130

Please sign in to comment.