-
Notifications
You must be signed in to change notification settings - Fork 50
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
Update company design #4995
Update company design #4995
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
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.
Why do all the tables have scrollbars?
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.
This looks much much better!😍😍😍Great job!
Although I'm picky, this is an awesome improvement!
.overflowWrap { | ||
overflow-wrap: anywhere; | ||
} |
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.
This feels dangerous. Have you checked how this affects other uses of the component? Like on the event detail page
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.
Yeah, I quickly checked through all uses now and couldn't spot any problems
Fixed in this PR |
Can you rereview? @ivarnakken |
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.
Awesome!!
Description
Updates the company details page in BDB to use the new table components, and applies a more modern and compact design. Feel free to suggest design changes if you have any! 😄
Result
Before:
Screencast.from.2024-09-22.19-41-43.webm
After:
Screencast.from.2024-09-22.19-38-55.webm
Testing
Resolves ABA-1054