Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

Commit

Permalink
v1.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
nghiepdev committed Jan 8, 2018
1 parent 9cf0d6c commit c87ca95
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-redux-modal-flex",
"version": "1.0.8",
"version": "1.0.9",
"description": "Make easy a modal/popup with Redux",
"author": "Nghiệp<[email protected]>",
"homepage": "http://react-redux-modal-flex.surge.sh",
Expand Down
1 change: 1 addition & 0 deletions src/components/Content/components/Footer/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const Wrapper = styled.footer`
border-top: 1px solid #e5e5e9;
display: flex;
justify-content: flex-end;
flex: 1 0 auto;
`;

const Footer = ({
Expand Down
1 change: 1 addition & 0 deletions src/components/Content/components/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import styled from 'styled-components';

const Wrapper = styled.h4`
position: relative;
flex: 1 0 auto;
background: #fafafc;
color: #111;
border-bottom: 1px solid #ebebee;
Expand Down
1 change: 1 addition & 0 deletions src/components/Content/components/Main/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import styled from 'styled-components';
const Wrapper = styled.section`
max-width: 100%;
padding: 0px 10px;
overflow: auto;
> * {
box-sizing: border-box;
max-width: 100%;
Expand Down

0 comments on commit c87ca95

Please sign in to comment.