summaryrefslogtreecommitdiffstats
path: root/webapp/components/setting_item_max.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_item_max.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_item_max.jsx')
-rw-r--r--webapp/components/setting_item_max.jsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/components/setting_item_max.jsx b/webapp/components/setting_item_max.jsx
index 904e6c8d1..5971ce584 100644
--- a/webapp/components/setting_item_max.jsx
+++ b/webapp/components/setting_item_max.jsx
@@ -49,7 +49,7 @@ export default class SettingItemMax extends React.Component {
submit = (
<input
type='submit'
- className='btn btn-sm btn-primary'
+ className='btn btn-sm btn-primary pull-right'
href='#'
onClick={this.props.submit}
value={Utils.localizeMessage('setting_item_max.save', 'Save')}
@@ -88,7 +88,7 @@ export default class SettingItemMax extends React.Component {
{clientError}
{submit}
<a
- className='btn btn-sm theme'
+ className='btn btn-sm pull-right'
href='#'
onClick={this.props.updateSection}
>