Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

javierjulio
Copy link
Member

The double bottom border issue became apparent on using the table_for component in the dev app kitchen_sink page. This removes the bottom border on the last table row for a consistent display and so the table itself can get a simple border when needed. Since the paginated-collection-pagination element is optional we have to apply the top border just like we do for the paginated-collection-footer which follows it to maintain the same display as before.

For when using the table_for component directly its best to remove the bottom border on the last table row for a consistent display. This way a simple border on the table can be added as needed without causing a double border at the bottom. Since the paginated-collection-pagination is optional we have to apply the top border just like we do for the paginated-collection-footer which follows it.
Copy link

codecov bot commented Jul 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (master@c949fe9). Learn more about missing BASE report.
Report is 1 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##             master    #8761   +/-   ##
=========================================
  Coverage          ?   99.11%           
=========================================
  Files             ?      141           
  Lines             ?     4074           
  Branches          ?        0           
=========================================
  Hits              ?     4038           
  Misses            ?       36           
  Partials          ?        0           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@javierjulio javierjulio merged commit 10a06a5 into master Jul 22, 2025
25 checks passed
@javierjulio javierjulio deleted the fix-double-bottom-border-on-last-table-row branch July 22, 2025 21:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant