Skip to content

Commit

Permalink
Merge pull request #2077 from dxc-technology/jialecl/dataGrid-style-fix
Browse files Browse the repository at this point in the history
Trying a different fix for datagrid Styles
  • Loading branch information
Mil4n0r committed Aug 19, 2024
2 parents 329fd82 + a1bc28e commit 23bbd4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions apps/website/global-styles.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@import "react-data-grid/lib/styles.css";

:root {
--content-margin-left: auto;
--content-margin-right: auto;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { DxcParagraph, DxcFlex } from "@dxc-technology/halstack-react";
import PageHeading from "@/common/PageHeading";
import TabsPageHeading from "@/common/TabsPageLayout";
import ComponentHeading from "@/common/ComponentHeading";
import "react-data-grid/lib/styles.css";

const DataGridPageHeading = ({ children }: { children: React.ReactNode }) => {
const tabs = [
Expand Down

0 comments on commit 23bbd4b

Please sign in to comment.