Shift3 / boilerplate-client-react

The Bitwise standard starting point for new React web projects.
7 stars 10 forks source link

Fixes the misaligned table headers issue #695

Closed joshwingreene closed 1 year ago

joshwingreene commented 1 year ago

Changes

Before

before-fragment-fix

After

after-fragment-fix

Purpose

Fixes the misaligned table headers issue

Approach

Learning

Testing Steps

  1. Pull in the changes to your local copy of this branch and run it alongside the dj_starter_demo repo.
  2. You should see that the table headers are no longer misaligned.

Screenshots

table-headers-fix

joshwingreene commented 1 year ago

Fix the table header misalignment issue