Move email list text to the left, fill the viewport, add border.
Much prettier.
This commit is contained in:
parent
0d2e43ae83
commit
e68a21dcc4
3 changed files with 3 additions and 3 deletions
|
|
@ -19,7 +19,7 @@ type TopProps = {
|
|||
|
||||
const AppLayout: React.FC<TopProps> = (props) => {
|
||||
return (
|
||||
<Container>
|
||||
<Container fluid>
|
||||
<Row>
|
||||
<Col>
|
||||
<AccountList account={props.account} accounts={props.accounts} />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue