TACC / tup-ui

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

fix: tup-654 use c-form--login from core-styles / form fields too short #374

Closed wesleyboar closed 7 months ago

wesleyboar commented 7 months ago

Overview

Load c-form--login from Core-Styles.

Related

Changes

Testing

  1. Login login form.
  2. Verify form fields stretch to fill content area.

UI

before after
before after

Notes

There are many stylesheets and styles that can be removed since Core-Styles v2.21. Some of those removals will remove redundant styles in the login form. I will do this clean up separately, so that this PR remains solely a bug fix.