Skip to content

Commit

Permalink
Fix margin top on summary
Browse files Browse the repository at this point in the history
  • Loading branch information
salesfelipe committed Apr 8, 2019
1 parent 70a9375 commit fcaea9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react/components/pages/Details/Summary.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ class Summary extends Component<InnerProps & OutterProps> {
</div>
</div>
<div className="flex flex-row-ns flex-column-s flex-wrap pt6">
<div className="w-50-ns w-100">
<div className="w-50-ns w-100 mt5">
<div className="w-90-m w-100-s">
{!hasMultipleItems && (
<div className="cf pt2">
Expand All @@ -196,7 +196,7 @@ class Summary extends Component<InnerProps & OutterProps> {
/>
</div>
</div>
<div className="w-50-ns w-100 flex justify-end-ns justify-center mt0-ns mt5">
<div className="w-50-ns w-100 flex justify-end-ns justify-center mt5">
<div className="w-90-m w-100-s">
{hasMultipleItems && (
<div className="mb3">
Expand Down

0 comments on commit fcaea9b

Please sign in to comment.