summaryrefslogtreecommitdiffstats
path: root/web/react/components/setting_item_max.jsx
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-23 22:33:27 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-23 22:33:27 +0500
commit68b02ffb9eeb7a414feae8ed89b4011ccecf96bc (patch)
treee92b645928e06cf6b3790c9aba1743a900a2c01b /web/react/components/setting_item_max.jsx
parent9ac29075e1acae8006150ffa3d820e59a8e0ed9b (diff)
downloadchat-68b02ffb9eeb7a414feae8ed89b4011ccecf96bc.tar.gz
chat-68b02ffb9eeb7a414feae8ed89b4011ccecf96bc.tar.bz2
chat-68b02ffb9eeb7a414feae8ed89b4011ccecf96bc.zip
Oauth UI Improvements and settings improvement
Diffstat (limited to 'web/react/components/setting_item_max.jsx')
-rw-r--r--web/react/components/setting_item_max.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/react/components/setting_item_max.jsx b/web/react/components/setting_item_max.jsx
index 774f98a43..d6c4b0d4b 100644
--- a/web/react/components/setting_item_max.jsx
+++ b/web/react/components/setting_item_max.jsx
@@ -35,8 +35,10 @@ export default class SettingItemMax extends React.Component {
var widthClass;
if (this.props.width === 'full') {
widthClass = 'col-sm-12';
- } else {
+ } else if (this.props.width === 'medium') {
widthClass = 'col-sm-10 col-sm-offset-2';
+ } else {
+ widthClass = 'col-sm-9 col-sm-offset-3';
}
return (