Skip to content

batches: unify column headers on editor screen

Administrator requested to merge aa/unify-headers into main

Created by: adeola-ak

Closes issue #30464 (closed)

Minor UI improvements to address Kelli & Rob's feedback of:

  • Library header should be h4 and not capitalized
  • Editor should have batch spec header
  • Workspaces preview header should be h4
  • All three should have single underline

Result Screen Shot 2022-02-09 at 2 07 47 PM

Questions Looking at my photo preview, you can see the underline under the Library and Batch specification headers are in line but that is not true for the Workspaces preview header, which is slightly pushed down. Workspaces preview has the following class: <h4 className={styles.header}>Workspaces preview</h4>

Which is loaded from this file:

Screen Shot 2022-02-09 at 2 12 40 PM

I'm not very familiar on how to go about finding and editing these styles. Can someone tell me how I can fix the padding?

Alsooooo.. i'm not clear why stuff from my last pull request on a different branch that was already merged is showing up in this PR? :(

Merge request reports

Loading