try fix mobile grid overflow

ref #313
This commit is contained in:
Collin M. Barrett 2018-08-10 20:38:58 -05:00
parent f4b3baae3e
commit ec28f44407
2 changed files with 1 additions and 1 deletions

View file

@ -1,4 +1,3 @@
import "./css/site.css";
import "bootstrap";
import * as React from "react";
import * as ReactDOM from "react-dom";

View file

@ -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";