Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

173
Vistas
How to move icon to the right?

How to move the icon to the right?

 <Grid container justify="space-between" border="1px">  
    <Typography variant="h6" className="locationTitle" display="block">
        sample text
    </Typography>
    <LocationIcon align="right"/>
</Grid>

current

enter image description here

desired

enter image description here

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

do this

    <Grid container>
      <Grid container direction="column" item xs align="left">  
          <Grid item >
            <Typography>
              sample text
            </Typography>
          </Grid>        
      </Grid>
      <Grid container direction="column" item xs align="right">  
          <Grid item >
          < LocationIcon/>
          </Grid>        
      </Grid>
    </Grid>
about 4 years ago · Juan Pablo Isaza Denunciar

0

Use justify-self and the value should flex-end on the icon. example: LocationIcon{justify-self: flex-end;} After the parent element display property has been set to either grid or flex.

about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda