From 9d00f423a56a06e2c000e4eb792e64c075dd4178 Mon Sep 17 00:00:00 2001 From: Vladimir Volek Date: Thu, 4 Oct 2018 17:52:58 +0200 Subject: [PATCH] Better styled tooltips in send --- src/components/Tooltip/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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%;