Skip to content

Commit

Permalink
fix(protocol-designer): fix deck map flicker with ot-2 deckmap (#17000)
Browse files Browse the repository at this point in the history
closes RQA-3630
  • Loading branch information
jerader authored Dec 2, 2024
1 parent 2b4e657 commit b6446cf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import {
} from '../../../file-data/selectors'
import { TimelineAlerts } from '../../../organisms'

const CONTENT_MAX_WIDTH = '46.9375rem'
const CONTENT_MAX_WIDTH = '44.6704375rem'

export function ProtocolSteps(): JSX.Element {
const { i18n, t } = useTranslation('starting_deck_state')
Expand Down

0 comments on commit b6446cf

Please sign in to comment.