TACC / tup-ui

React client for TACC User Portal
2 stars 0 forks source link

fix: c-feed-list must still support `<time/>` #434

Closed wesleyboar closed 4 months ago

wesleyboar commented 4 months ago

Overview

Style <time> used (by "User Updates" via c-feed-list) without a <p>.

Related

Changes

Testing

  1. Open https://dev.tup.tacc.utexas.edu/ or local clone.
  2. Scroll to "User Updates".
  3. Verify the <time> (e.g. "Published:" and "FEBRUARY 12, 2024") is orange-ish.
  4. Verify the style rule that does this would also style the <time> were it in a <p> tag.

UI

Before After
before after
Both Ways Work
works both ways