Skip to content

Commit

Permalink
Remove class that breaks new Container
Browse files Browse the repository at this point in the history
  • Loading branch information
Augusto Barbosa committed Oct 1, 2019
1 parent 565a166 commit 555f3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react/Row.tsx
Expand Up @@ -35,7 +35,7 @@ const Row: React.FC<RowProps> = ({
{fullWidth ? (
content
) : (
<Container className="w-100 flex">{content}</Container>
<Container className="flex">{content}</Container>
)}
</div>
)
Expand Down

0 comments on commit 555f3d1

Please sign in to comment.