sliding bar removed from UserForm by changing form padding from pb-2 to p-4 #660
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
This PR fixes the issue where the event creation modal displayed an unnecessary horizontal scroll bar. The modal width was adjusted using Tailwind responsive classes (max-w-2xl → max-w-4xl on larger breakpoints) to better fit form content on desktop screens while keeping mobile layout unchanged.
No new dependencies were added. Tests/linting were run locally and the changes are UI-only, with no effect on backend functionality.
Type of change
Please select everything applicable. Please, do not delete any lines.
Issue
Related to Issue Development event propagate #123 (replace with actual issue number)
Checklist:
npm run testandnpm run test:e2eand all tests have passed successfully or I have included details within my PR on the failure.npm run lintand resolved any outstanding errors. Most issues can be solved by executingnpm run format