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:
committed by
Ahmad Abdolsaheb
parent
2e82c76b53
commit
a443509caa
@@ -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}
|
||||
|
Reference in New Issue
Block a user