Skip to content

Commit

Permalink
fix: update the simulation info size to stop blicking (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReidyT authored Dec 20, 2024
1 parent 56df5af commit 3e43e19
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ export const SimulationInformations = (): JSX.Element => {
justifyContent="space-between"
maxWidth="max-content"
>
<Stack spacing={1} direction="column">
<Stack spacing={1} direction="column" minWidth={{ sm: '236px' }}>
<Stack direction="row" alignItems="center" spacing={1} flexGrow={1}>
{/* The stack ensure that the icon take the defined size */}
<Stack height={iconSize} width={iconSize} alignItems="center">
Expand Down Expand Up @@ -114,7 +114,7 @@ export const SimulationInformations = (): JSX.Element => {

<Divider orientation="vertical" variant="middle" flexItem />

<Stack spacing={1} direction="column">
<Stack spacing={1} direction="column" minWidth={{ sm: '244px' }}>
<Stack direction="row" alignItems="center" spacing={1}>
{tInformations('TOTAL.TITLE')}
</Stack>
Expand Down

0 comments on commit 3e43e19

Please sign in to comment.