-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Record board columns design fix (full height borders) #5273
Comments
To fix the issue of column separators not taking full height when the board doesn't have any cards, you'll need to adjust the CSS for the column container. This likely involves modifying the A potential CSS solution could be to ensure that the column container has a Please review the styling applied in References |
To fix the issue of column separators not extending to full height when there are no cards in the record board, you'll need to adjust the CSS for the
These steps should guide you towards resolving the issue with the column separators. Make sure to test the changes across different browsers and screen sizes to ensure consistent behavior. Referencestwentyhq/twenty/packages/twenty-front/src/modules/object-record/record-board/record-board-column/components |
I'll look into this issue. Can you assign me to it? |
Sure, thanks for contributing @orinamio! |
@FelixMalfait @Bonapara is this issue still open or has it been resolved? |
Still available, assigning you, thanks @RobertoSimonini1! |
Here is the GitStart Ticket for this issue: https://clients.gitstart.com/twenty/5449/tickets/TWNTY-5273 |
Column separators in the record board should take the full heigh, instead it doesn't look good if the board doesn't have any card
See current behavior:
cc @Bonapara
The text was updated successfully, but these errors were encountered: