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
|
|
@ -29,7 +29,7 @@ class EmailSummary extends React.Component<
|
|||
|
||||
render() {
|
||||
return (
|
||||
<div className="p-2" key={this.props.emailId}>
|
||||
<div className="p-2 border" key={this.props.emailId}>
|
||||
{this.props.email != null
|
||||
? this.props.email.subject
|
||||
: this.props.emailId}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue