Skip to content
Snippets Groups Projects
Commit d23f984e authored by Mattias Pfeiffer's avatar Mattias Pfeiffer
Browse files

Frontend: Fix width of CollectionEditForm on small screens

parent 0c9f7e3a
Branches
Tags
No related merge requests found
......@@ -72,7 +72,7 @@ export class CollectionEditorForm extends Component {
footer={<CollectionEditorFormActions {...this.props} />}
onClose={onClose}
>
<div className="NewForm ml-auto mr-auto mt4 pt2" style={{ width: 540 }}>
<div className="NewForm ml-auto mr-auto mt4 pt2" style={{ width: '100%', maxWidth: 540 }}>
<FormField displayName={t`Name`} {...fields.name}>
<Input
className="Form-input full"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment