summaryrefslogtreecommitdiffstats
path: root/webapp/components/setting_picture.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-01-06 22:11:42 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-01-06 12:11:42 -0500
commit1aa235b10d298926f2d683b2d1a5c82f6a9591e9 (patch)
treef36945318cae0542f35e89432fcc8534bafd2248 /webapp/components/setting_picture.jsx
parent61771a0fc53a9c50f096b0dcc422f12ce80baf20 (diff)
downloadchat-1aa235b10d298926f2d683b2d1a5c82f6a9591e9.tar.gz
chat-1aa235b10d298926f2d683b2d1a5c82f6a9591e9.tar.bz2
chat-1aa235b10d298926f2d683b2d1a5c82f6a9591e9.zip
Ui fixes (#4987)
* PLT-5090 - Adding overflow for usrename on popover * PLT-5089 - Updatng save button position * PLT-5146 - Removing anchor on teamname/username * Minor fixes for profile popover * Adjusting constants call for sidebar header
Diffstat (limited to 'webapp/components/setting_picture.jsx')
-rw-r--r--webapp/components/setting_picture.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/setting_picture.jsx b/webapp/components/setting_picture.jsx
index b74ee8eb7..d1ff60c6a 100644
--- a/webapp/components/setting_picture.jsx
+++ b/webapp/components/setting_picture.jsx
@@ -73,7 +73,7 @@ export default class SettingPicture extends React.Component {
/>
);
} else {
- var confirmButtonClass = 'btn btn-sm';
+ var confirmButtonClass = 'btn btn-sm pull-right';
if (this.props.submitActive) {
confirmButtonClass += ' btn-primary';
} else {
@@ -132,7 +132,7 @@ export default class SettingPicture extends React.Component {
</span>
{confirmButton}
<a
- className='btn btn-sm theme'
+ className='btn btn-sm theme pull-right'
href='#'
onClick={self.props.updateSection}
>