fix(common): Change Width of Update Settings Button (#17246)
Added `className='btn-link-social'` to the Update my settings button element in Profile.jsx so that it's the same width as the other ones on the settings page. Closes #17230
This commit is contained in:
committed by
mrugesh mohapatra
parent
4d4b964e2c
commit
d9d1e9c8b5
@ -225,6 +225,7 @@ class Profile extends Component {
|
||||
block={ true }
|
||||
bsSize='lg'
|
||||
bsStyle='primary'
|
||||
className='btn-link-social'
|
||||
>
|
||||
Update my settings
|
||||
</Button>
|
||||
|
Reference in New Issue
Block a user