From ec28f44407f9bc2d3d01de08478f4060f35e43b0 Mon Sep 17 00:00:00 2001 From: "Collin M. Barrett" Date: Fri, 10 Aug 2018 20:38:58 -0500 Subject: [PATCH] try fix mobile grid overflow ref #313 --- src/FilterLists.Web/ClientApp/boot.tsx | 1 - src/FilterLists.Web/ClientApp/components/Home.tsx | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FilterLists.Web/ClientApp/boot.tsx b/src/FilterLists.Web/ClientApp/boot.tsx index 508f8a698..57e9143b8 100644 --- a/src/FilterLists.Web/ClientApp/boot.tsx +++ b/src/FilterLists.Web/ClientApp/boot.tsx @@ -1,4 +1,3 @@ -import "./css/site.css"; import "bootstrap"; import * as React from "react"; import * as ReactDOM from "react-dom"; diff --git a/src/FilterLists.Web/ClientApp/components/Home.tsx b/src/FilterLists.Web/ClientApp/components/Home.tsx index 09b1a422f..41a3e54d5 100644 --- a/src/FilterLists.Web/ClientApp/components/Home.tsx +++ b/src/FilterLists.Web/ClientApp/components/Home.tsx @@ -3,6 +3,7 @@ import { RouteComponentProps } from "react-router"; import "isomorphic-fetch"; import ReactTable from "react-table" import "react-table/react-table.css" +import "./css/site.css"; import ListDetails from "./ListDetails"; import * as moment from "moment";