Skip to content

Commit

Permalink
Merge pull request #178 from prefeitura-rio/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
lucastavarex authored Oct 1, 2024
2 parents 348ed20 + 8620ee7 commit bd81994
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,13 @@ const PlaceDescriptionBar = forwardRef(
<Slide direction="left" timeout={1000} in={underSearchBar} mountOnEnter unmountOnExit>
<Card elevation={6}>
<CardContent style={{ paddingTop: "10px", paddingBottom: "10px", paddingLeft: "25px", paddingRight: "25px", paddingBottom: '0' }}>
<Typography className={classes.sobreMunicipio}>Sobre</Typography>
<Box display="flex" justifyContent="space-between" alignItems="center">
<Typography className={classes.sobreMunicipio}>Sobre</Typography>
<Box flex={1} />
<Button variant="contained" className={classes.statusButton}>
{content?.status}
</Button>
</Box>
<Collapse in={expanded} collapsedSize={fullText && isTextClamped ? 130 : !fullText ? 80 : 100}>
<Typography
ref={textRef}
Expand Down

0 comments on commit bd81994

Please sign in to comment.