Position error tooltip below form field on narrow screen sizes

This commit is contained in:
Arnelle Balane
2020-10-23 02:00:58 +08:00
parent 63f24e55f1
commit 57d459f78f
6 changed files with 58 additions and 22 deletions

View File

@@ -73,8 +73,10 @@ export default function DeleteForm({ values, onSave, onClose }) {
/>
</p>
<FormRow>
<Field name="confirmation" type="text" />
<FormError name="confirmation" />
<div>
<Field name="confirmation" type="text" />
<FormError name="confirmation" />
</div>
</FormRow>
<FormButtons>
<Button