-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/public form improvements #2753
Conversation
Deployed to https://pr-2753.aam-digital.net/ |
… fix/public-form-imoprovements
… fix/public-form-imoprovements
… fix/public-form-imoprovements
} | ||
|
||
.public-form-image { | ||
max-width: 100%; | ||
height: 100px; | ||
object-fit: contain; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added as new issue (to close this PR quickly): #2776
src/app/features/public-form/edit-public-form-columns/edit-public-form-columns.component.ts
Show resolved
Hide resolved
...app/features/public-form/edit-public-form-columns/edit-public-form-columns.component.spec.ts
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixes work well, remaining tasks are handled in their own issues.
🎉 This PR is included in version 3.45.0-master.2 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
🎉 This PR is included in version 3.45.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
* fix extra scrollbar * image center align * migration to convert old column config for admin view * added markdown guide + explanation * support field group headers in public forms * enable markdown in Public Form description --------- Co-authored-by: Sebastian Leidig <[email protected]>
closes: #2725
Visible/Frontend Changes
Architectural/Backend Changes