Answers for "material ui vertical align"

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
0

material ui list vertical

<List style={{ display: 'flex', flexDirection: 'row', padding: 0 }}>
      <ListItem button>hehe</ListItem>
      <ListItem button>hehe1</ListItem>
 </List>
Posted by: Guest on July-26-2021

Browse Popular Code Answers by Language