-
Notifications
You must be signed in to change notification settings - Fork 32
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(TableContainer): ensure bottom border on all tables #1969
Conversation
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit de69f6d:
|
✅ DNB Eufemia Portal deploy preview ready
|
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 👍
packages/dnb-eufemia/src/components/table/__tests__/__snapshots__/Table.test.tsx.snap
Show resolved
Hide resolved
packages/dnb-eufemia/src/components/table/__tests__/__snapshots__/Table.test.tsx.snap
Show resolved
Hide resolved
# [9.47.0](v9.46.2...v9.47.0) (2023-02-05) ### Bug Fixes * **TableContainer:** enhance handling of empty head and foot area ([#1970](#1970)) ([762c667](762c667)) * **TableContainer:** ensure bottom border on all tables ([#1969](#1969)) ([4583ba8](4583ba8)) ### Features * **Table:** add support for row scope only header ([#1971](#1971)) ([aff2e40](aff2e40))
🎉 This PR is included in version 9.47.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* fix(TableContainer): ensure bottom border on all tables * Update snapshots
This PR fixes an issue introduced in #1956 where the first table in a container, has no bottom border.