mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-05 13:55:54 +03:00
Prevent cutting of characters with height styling
This commit is contained in:
parent
24560952f2
commit
f6eca9f09f
@ -161,7 +161,7 @@ export class ChatInput extends Component {
|
|||||||
</div>
|
</div>
|
||||||
<div className="fr h-100 flex" style={{ flexGrow: 1, height: 40 }}>
|
<div className="fr h-100 flex" style={{ flexGrow: 1, height: 40 }}>
|
||||||
<input className="ml2 bn"
|
<input className="ml2 bn"
|
||||||
style={{ flexGrow: 1 }}
|
style={{ flexGrow: 1, height: 40 }}
|
||||||
ref={this.textareaRef}
|
ref={this.textareaRef}
|
||||||
placeholder={props.placeholder}
|
placeholder={props.placeholder}
|
||||||
value={state.message}
|
value={state.message}
|
||||||
|
Loading…
Reference in New Issue
Block a user