From d9d1e9c8b593acc442f48d4f1e1daaaf151931f5 Mon Sep 17 00:00:00 2001 From: Kristofer Koishigawa Date: Sun, 27 May 2018 22:28:56 +0900 Subject: [PATCH] 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 --- common/app/routes/Profile/Profile.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/common/app/routes/Profile/Profile.jsx b/common/app/routes/Profile/Profile.jsx index d3b275d9cd..24c10af9d0 100644 --- a/common/app/routes/Profile/Profile.jsx +++ b/common/app/routes/Profile/Profile.jsx @@ -225,6 +225,7 @@ class Profile extends Component { block={ true } bsSize='lg' bsStyle='primary' + className='btn-link-social' > Update my settings