Fix padding on group title input in left pane
This commit is contained in:
parent
22b2f974e5
commit
dd93b88550
1 changed files with 9 additions and 7 deletions
|
@ -128,13 +128,15 @@ export class LeftPaneSetGroupMetadataHelper extends LeftPaneHelper<LeftPaneSetGr
|
|||
onChange={setComposeGroupAvatar}
|
||||
value={this.groupAvatar}
|
||||
/>
|
||||
<GroupTitleInput
|
||||
disabled={disabled}
|
||||
i18n={i18n}
|
||||
onChangeValue={setComposeGroupName}
|
||||
ref={focusRef}
|
||||
value={this.groupName}
|
||||
/>
|
||||
<div className="module-GroupInput--container">
|
||||
<GroupTitleInput
|
||||
disabled={disabled}
|
||||
i18n={i18n}
|
||||
onChangeValue={setComposeGroupName}
|
||||
ref={focusRef}
|
||||
value={this.groupName}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<section className="module-left-pane__header__form__expire-timer">
|
||||
<div className="module-left-pane__header__form__expire-timer__label">
|
||||
|
|
Loading…
Add table
Reference in a new issue