Skip to content

Commit f8bc108

Browse files
MytsVmaany
authored andcommitted
Try fixing the table font being not monospace issue
1 parent c37c525 commit f8bc108

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

src/component-library/features/table/RegularTable/styles/agGridThemeRucio.css

+1-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/component-library/features/table/RegularTable/styles/agGridThemeRucioDark.css

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/*
2-
* This file is a theme downloaded from the AG Grid Theme Builder for AG Grid 32.1.0.
3-
*
4-
* See installation docs at https://www.ag-grid.com/javascript-data-grid/applying-theme-builder-styling-grid/
5-
*/
6-
7-
@import url('https://fonts.googleapis.com/css2?family=IBM%20Plex%20Sans:wght@400;500&display=swap');
81
@import url('agGridThemeRucio.css');
92

103
.ag-grid-theme-rucio-dark {

src/component-library/features/table/RegularTable/styles/agGridThemeRucioLight.css

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
1-
/*
2-
* This file is a theme downloaded from the AG Grid Theme Builder for AG Grid 32.1.0.
3-
*
4-
* See installation docs at https://www.ag-grid.com/javascript-data-grid/applying-theme-builder-styling-grid/
5-
*/
6-
7-
@import url('https://fonts.googleapis.com/css2?family=IBM%20Plex%20Sans:wght@400;500&display=swap');
81
@import url('agGridThemeRucio.css');
92

103
.ag-grid-theme-rucio-light {

0 commit comments

Comments
 (0)