Added speedprint rework to checklist. IO-709

This commit is contained in:
Patrick Fic
2021-02-24 16:45:32 -08:00
parent dfcc18c8dc
commit 56db1e9e97
10 changed files with 185 additions and 107 deletions

View File

@@ -177,7 +177,7 @@ export function Manage({ match, conflict }) {
return (
<Layout className="layout-container">
<Header style={{ backgroundColor: "#fff" }}>
<Header>
<HeaderContainer />
</Header>
<Content className="content-container">

View File

@@ -1,7 +1,7 @@
.content-container {
overflow-y: auto;
// margin: 0.5rem 0.5rem 0rem 0.5rem;
padding: 0.25rem 1rem 0rem 1rem;
margin: 1rem 1rem 0rem 1rem;
padding: 0.25rem 2.5rem 1rem 2.5rem;
border-radius: 4px;
background: #fff;
padding-bottom: 3rem;