TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

fix: @tacc/core-styles v2.25 #807

Closed wesleyboar closed 4 months ago

wesleyboar commented 4 months ago

Overview

Update to newer release of https://github.com/TACC/Core-Styles.

Related

Changes

Testing

  1. View/Add a table. View on narrow screen. Verify it looks CMS table.

    Sample Markup ```html
    Sample Table
    and some
    sample data
    ```
  2. View/Add a button with less text and wide width. Verify text is centered.

    Sample Markup ```html ```
  3. View/Add a tag. Verify it has padding of 0.25rem 0.5rem 0rem (source).

    Sample Markup ```html Tag ```
  4. View/Add an <hr>. Verify it does not have width: 100%.

    Sample Markup ```html
    ```

UI

button hr
button hr
table tag
table tag