Skip to content

Commit

Permalink
Fix: Adds corrected new Ag ag-grid styling path and theme to fix UI d…
Browse files Browse the repository at this point in the history
…efect visible on the Flow at workflowCloud/listWorkflows which has a grid used that had wrongly overlapping text.
  • Loading branch information
lukestanley committed Nov 14, 2024
1 parent a0da9c4 commit 56e8cc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles.scss
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 56e8cc2

Please sign in to comment.