brave / ads-ui

Self-service ads UI
Mozilla Public License 2.0
22 stars 11 forks source link

fix: minor layout fixes after data grid update #1174

Closed tackley closed 4 months ago

tackley commented 4 months ago

The new version of data grid stopped cells automatically being display: "flex" for layout performance reasons. Enforce this for those cells that need it.

Before:

Screenshot 2024-04-24 at 15 01 19

After:

Screenshot 2024-04-24 at 15 02 50

Before:

Screenshot 2024-04-24 at 15 40 07

After:

Screenshot 2024-04-24 at 15 38 29