fix: text overflow & portfolio hr (#37189)

* fix: text overflow & portfolio hr

* fix: code wrap

* fix: wrap locally

* fix: wrap location & resolve conflict

* fix: deprecated api

* fix: private portfolio overflows
This commit is contained in:
Vivek Agrawal
2019-10-17 12:59:06 +05:30
committed by Ahmad Abdolsaheb
parent 2e82c76b53
commit a443509caa
7 changed files with 28 additions and 5 deletions

View File

@@ -200,7 +200,9 @@ export function ShowSettings(props) {
</Button>
</FullWidthRow>
<Spacer />
<h1 className='text-center'>{`Account Settings for ${username}`}</h1>
<h1 className='text-center' style={{ overflowWrap: 'break-word' }}>
{`Account Settings for ${username}`}
</h1>
<About
about={about}
currentTheme={theme}