Skip to content

Commit

Permalink
Adds 100% width to .details
Browse files Browse the repository at this point in the history
Responsive devices aren't displaying the sidebar at full width,
this change will complement the changes previously made to the
display property of .details.

Signed-off-by: Karl Hepworth <[email protected]>

Changes to be committed:
	modified:   services/ui/src/components/Project/index.js
  • Loading branch information
fubarhouse committed Nov 20, 2018
1 parent c97e380 commit 82fe81a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions services/ui/src/components/Project/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ class Project extends React.Component {
border-right: 1px solid ${color.midGrey};
padding: 32px calc((100vw / 16) * 1);
display: inline-table;
width: 100%;
@media ${bp.xs_smallUp} {
padding: 24px calc((100vw / 16) * 1) 24px calc(((100vw / 16) * 1.5) + 28px);
}
Expand Down

0 comments on commit 82fe81a

Please sign in to comment.