1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2024-10-16 20:17:25 +00:00

🐛 Fix bug in form

This commit is contained in:
Steffo 2021-05-24 05:16:41 +02:00
parent 1a64137fa3
commit 00b805f644
Signed by: steffo
GPG key ID: 6965406171929D01
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ export default function BoxFilterHasImage({ ...props }) {
{...props}
>
<FormInline>
<div style={{ "flex-grow": 1 }}>
<div style={{ "flexGrow": 1 }}>
{strings.hasImageExplaination}
</div>
<ButtonIconOnly

View file

@ -41,7 +41,7 @@ export default function BoxFilterHasPlace({ ...props }) {
{...props}
>
<FormInline>
<div style={{ "flex-grow": 1 }}>
<div style={{ "flexGrow": 1 }}>
{strings.hasPlaceExplaination}
</div>
<ButtonIconOnly