Skip to content

Commit

Permalink
fix(Sec Center): safari ui fix
Browse files Browse the repository at this point in the history
  • Loading branch information
plondon committed May 16, 2018
1 parent a384af0 commit 9fadfc7
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const SecurityComponent = styled.div`
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
padding: 15px 0 10px 0;
box-sizing: border-box;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const SecuritySummary = styled.div`
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
padding: 15px 25px 0px 25px;
box-sizing: border-box;
`
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const SettingComponent = styled.div`
justify-content: flex-start;
align-items: flex-start;
width: 100%;
height: 100%;
padding: 15px 0 10px 0;
box-sizing: border-box;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ const SettingSummary = styled.div`
justify-content: flex-start;
align-items: flex-start;
width: 100%;
height: 100%;
padding: 15px 0 10px 0;
box-sizing: border-box;
Expand Down

0 comments on commit 9fadfc7

Please sign in to comment.