From 56e8cc2038a8515b06182ef5b278de58d9be418e Mon Sep 17 00:00:00 2001 From: Luke Stanley Date: Thu, 14 Nov 2024 12:07:13 +0000 Subject: [PATCH] Fix: Adds corrected new Ag ag-grid styling path and theme to fix UI defect visible on the Flow at workflowCloud/listWorkflows which has a grid used that had wrongly overlapping text. --- src/styles.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/styles.scss b/src/styles.scss index 9af4edc1..74d88b97 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -1,6 +1,6 @@ @use '@angular/material' as mat; -//@import "../node_modules/ag-grid-community/src/styles/ag-grid.scss"; -//@import '../node_modules/ag-grid-community/styles/ag-theme-alpine.css'; +@import '../node_modules/ag-grid-community/styles/ag-grid.css'; +@import '../node_modules/ag-grid-community/styles/ag-theme-alpine.css'; @import "@fortawesome/fontawesome-free/css/all.css"; // Custom Theming for Angular Material