decrease "set and repeat"-password related input fields to half-paged

This commit is contained in:
Florian Scholdei
2019-09-19 08:58:49 +02:00
parent 28621916d2
commit 80b51f9668
4 changed files with 68 additions and 44 deletions

View File

@@ -162,9 +162,9 @@ class UserForm extends React.Component<Props, State> {
/>
</div>
</div>
{passwordChangeField}
<div className="columns">
<div className="column">
{passwordChangeField}
<Checkbox
label={t("user.active")}
onChange={this.handleActiveChange}