-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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: kanban column margin should extend to bottom #8394
fix: kanban column margin should extend to bottom #8394
Conversation
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.
PR Summary
Fixed kanban column margins not extending to bottom of view by removing fixed height calculation from StyledBoardContentContainer in RecordBoard component.
- Removed
height: calc(100% - 48px)
fromStyledBoardContentContainer
in/packages/twenty-front/src/modules/object-record/record-board/components/RecordBoard.tsx
to allow natural flex expansion - Container now properly fills available vertical space based on parent height and flex properties
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings | Greptile
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.
not fixed @harshrajeevsingh
@ehconitin Thanks, I see. It worked fine for me because the content list was large and extended to the bottom of container. Give me more time to look into it. |
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.
LGTM! Thanks @harshrajeevsingh! ;)
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.
Perfect thank you!
Thanks @harshrajeevsingh for your contribution! |
Fixes: #7868
Screencast.from.2024-11-08.13-33-47.webm