diff --git a/src/components/Tooltip/index.js b/src/components/Tooltip/index.js index 593b3079..1c25903e 100644 --- a/src/components/Tooltip/index.js +++ b/src/components/Tooltip/index.js @@ -9,12 +9,13 @@ const Wrapper = styled.div``; const Content = styled.div` max-width: ${props => `${props.maxWidth}px` || 'auto'}; - padding-bottom: 10px; text-align: justify; `; const ContentWrapper = styled.div``; + const ReadMore = styled.div` + margin-top: 15px; padding: 10px 0 5px 0; text-align: center; width: 100%;