Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: minor layout fixes after data grid update (#1174)
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: <img width="1211" alt="Screenshot 2024-04-24 at 15 01 19" src="https://github.com/brave/ads-ui/assets/51444/e19b47ba-dac1-4982-b788-7cda178c5b34"> After: <img width="1211" alt="Screenshot 2024-04-24 at 15 02 50" src="https://github.com/brave/ads-ui/assets/51444/65e1f872-287b-42bb-8a61-ec9054da5610"> Before: <img width="1061" alt="Screenshot 2024-04-24 at 15 40 07" src="https://github.com/brave/ads-ui/assets/51444/86665b29-e165-4e94-b307-dfb71bb39de1"> After: <img width="1061" alt="Screenshot 2024-04-24 at 15 38 29" src="https://github.com/brave/ads-ui/assets/51444/b78ce51f-bf63-4ab2-a667-6fc8950cbae3">
- Loading branch information