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

Commit

Permalink
fix: 💄 fix issue with content overflow-x
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm committed Jul 3, 2020
1 parent cccf405 commit b0fe6e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Layout/Layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ import config from 'config';
import React, { useRef, useEffect, useState } from 'react';
import { Slide } from 'react-reveal';

const Wrapper = styled('div')`
const Wrapper = styled.div`
display: flex;
overflow-wrap: anywhere;
justify-content: space-between;
@media only screen and (max-width: ${(props) => props.theme.breakpoints['small']}) {
Expand Down

0 comments on commit b0fe6e8

Please sign in to comment.