Maxwell Frank
Maxwell Frank
## Improvements The `CardGrid` component renders a list of cards inside a Bootstrap `Row`. In some cases, we may want to make this `CardGrid` expandable — meaning the majority of...
After the Node 16 upgrade our non-React JS tests stopped working during CI. After some research, we were made aware that this may be an issue with Firefox not being...
## Description Corresponding issue: #3311 This refactors the `Truncate` component to use CSS properties instead of complex JS. The `-webkit-line-clamp` property has support for most common browsers ([source](https://caniuse.com/?search=-webkit-line-clamp)). Eventually, `line-clamp`...