diff --git a/src/pages/stablecoins.js b/src/pages/stablecoins.js index 374032e0351..a9cc53124fd 100644 --- a/src/pages/stablecoins.js +++ b/src/pages/stablecoins.js @@ -249,8 +249,15 @@ const InfoIcon = styled(Icon)` fill: ${(props) => props.theme.colors.text}; ` -const ButtonLinkRight = styled(ButtonLink)` - margin-left: 1rem; +const ButtonLinkWrap = styled(ButtonLink)` + white-space: break-spaces; +` + +const ButtonLinkContainer = styled.div` + display: flex; + flex-direction: row; + flex-flow: wrap; + gap: 1em; ` const tooltipContent = ( @@ -807,14 +814,14 @@ const StablecoinsPage = ({ data }) => { intl )} > -
+ - + - -
+ +