Skip to content

Commit

Permalink
Align recording data features and graph widths (#491)
Browse files Browse the repository at this point in the history
So that toggling between data-features-only view and graphs-only view won't shift action recording card width length
  • Loading branch information
microbit-grace authored Nov 13, 2024
1 parent 715ba93 commit e47ed4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RecordingFingerprint.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const RecordingFingerprint = ({

return (
<Grid
w={`${size === "md" ? 152 : 92}px`}
w={`${size === "md" ? 158 : 92}px`}
h="100%"
position="relative"
borderRadius="md"
Expand Down

0 comments on commit e47ed4e

Please sign in to comment.