Skip to content

Commit

Permalink
add mixWidth
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Nov 22, 2024
1 parent ea69c36 commit 33223d3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ export function DeckSetupContainer(props: DeckSetupTabType): JSX.Element {
width={
zoomIn.slot != null || tab === 'protocolSteps' ? '100%' : '50%'
}
minWidth={tab === 'protocolSteps' ? 'auto' : '30rem'}
deckDef={deckDef}
viewBox={viewBox}
outline="auto"
Expand Down

0 comments on commit 33223d3

Please sign in to comment.