mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-19 12:51:51 +03:00
Messages dont squish, correctly overflow
This commit is contained in:
parent
cbf4a17573
commit
1e6437ce5a
@ -45,7 +45,10 @@ export class Message extends Component {
|
||||
window.moment = moment;
|
||||
|
||||
return (
|
||||
<div className={"w-100 pl3 pr3 pt2 pb2 mb2 cf flex" + pending}>
|
||||
<div className={"w-100 pl3 pr3 pt2 pb2 mb2 cf flex" + pending}
|
||||
style={{
|
||||
minHeight: 'min-content'
|
||||
}}>
|
||||
<div className="fl mr2">
|
||||
<Sigil ship={this.props.msg.aut} size={32} />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user