summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-23 21:42:47 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-23 21:42:47 +0500
commit9ac29075e1acae8006150ffa3d820e59a8e0ed9b (patch)
tree3d8f6819ec0ac79a54cac06720d34a79053dc452 /web
parente82e09c74348a00aa65c0b3a2d00d704f6476923 (diff)
downloadchat-9ac29075e1acae8006150ffa3d820e59a8e0ed9b.tar.gz
chat-9ac29075e1acae8006150ffa3d820e59a8e0ed9b.tar.bz2
chat-9ac29075e1acae8006150ffa3d820e59a8e0ed9b.zip
Updating indentation for settings
Diffstat (limited to 'web')
-rw-r--r--web/react/components/setting_item_max.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/setting_item_max.jsx b/web/react/components/setting_item_max.jsx
index 4f0fe3ed0..774f98a43 100644
--- a/web/react/components/setting_item_max.jsx
+++ b/web/react/components/setting_item_max.jsx
@@ -36,7 +36,7 @@ export default class SettingItemMax extends React.Component {
if (this.props.width === 'full') {
widthClass = 'col-sm-12';
} else {
- widthClass = 'col-sm-9 col-sm-offset-3';
+ widthClass = 'col-sm-10 col-sm-offset-2';
}
return (