Answers for "material ui align right"

0

text align top material ui

<TableCell colSpan={2} align="center" style={{ verticalAlign: 'top' }} > 
    <Typography  variant="h5" gutterBottom > 
        Task
    </Typography> 
</TableCell>
Posted by: Guest on May-21-2021
-1

material ui align button right

just add to the grid container:

justify="space-between"
Posted by: Guest on February-26-2021

Browse Popular Code Answers by Language