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,6 +128,7 @@ export class LeftPaneSetGroupMetadataHelper extends LeftPaneHelper<LeftPaneSetGr
|
||||||
onChange={setComposeGroupAvatar}
|
onChange={setComposeGroupAvatar}
|
||||||
value={this.groupAvatar}
|
value={this.groupAvatar}
|
||||||
/>
|
/>
|
||||||
|
<div className="module-GroupInput--container">
|
||||||
<GroupTitleInput
|
<GroupTitleInput
|
||||||
disabled={disabled}
|
disabled={disabled}
|
||||||
i18n={i18n}
|
i18n={i18n}
|
||||||
|
@ -135,6 +136,7 @@ export class LeftPaneSetGroupMetadataHelper extends LeftPaneHelper<LeftPaneSetGr
|
||||||
ref={focusRef}
|
ref={focusRef}
|
||||||
value={this.groupName}
|
value={this.groupName}
|
||||||
/>
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<section className="module-left-pane__header__form__expire-timer">
|
<section className="module-left-pane__header__form__expire-timer">
|
||||||
<div className="module-left-pane__header__form__expire-timer__label">
|
<div className="module-left-pane__header__form__expire-timer__label">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue