make os-password msgbox wordwrap
Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
parent
59f82262c8
commit
a3c1e5ddb4
@ -63,7 +63,7 @@ class MsgboxComponent: Reactor.Component {
|
|||||||
var ts = this.auto_login ? { checked: true } : {};
|
var ts = this.auto_login ? { checked: true } : {};
|
||||||
return <div .form>
|
return <div .form>
|
||||||
<PasswordComponent value={this.content} />
|
<PasswordComponent value={this.content} />
|
||||||
<div><button|checkbox(auto_login) {ts}>{translate('Auto Login')}</button></div>
|
<div><button|checkbox(auto_login) {ts} style="width: *; word-wrap: break-word; overflow-wrap: break-word; white-space: normal; height: auto; overflow: hidden;">{translate('Auto Login')}</button></div>
|
||||||
</div>;
|
</div>;
|
||||||
}
|
}
|
||||||
return this.content;
|
return this.content;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user