1
Fork 0
mirror of https://github.com/pds-nest/nest.git synced 2025-02-16 12:43:58 +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} {...props}
> >
<FormInline> <FormInline>
<div style={{ "flex-grow": 1 }}> <div style={{ "flexGrow": 1 }}>
{strings.hasImageExplaination} {strings.hasImageExplaination}
</div> </div>
<ButtonIconOnly <ButtonIconOnly

View file

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