Skip to content

Commit

Permalink
fix(app): pipette calibration info sections show be same height (#6996)
Browse files Browse the repository at this point in the history
Regardless of the warnings or variable content inside of the two pipette calibration sections on the
pipette info page, they should grow to be the same height
  • Loading branch information
b-cooper authored Nov 13, 2020
1 parent 7d95033 commit bb9cfc4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ export function PipetteCalibrationInfo(props: Props): React.Node {
flexDirection={DIRECTION_COLUMN}
backgroundColor={OVERLAY_LIGHT_GRAY_50}
padding={SPACING_3}
flex="1 1 auto"
>
<Text
fontWeight={FONT_WEIGHT_SEMIBOLD}
Expand Down

0 comments on commit bb9cfc4

Please sign in to comment.