mirror of
https://github.com/umami-software/umami.git
synced 2026-02-08 06:37:18 +01:00
Position error tooltip below form field on narrow screen sizes
This commit is contained in:
parent
63f24e55f1
commit
57d459f78f
6 changed files with 58 additions and 22 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue