summaryrefslogtreecommitdiffstats
path: root/webapp/components/setting_item_min.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-08-23 08:47:25 -0400
committerGitHub <noreply@github.com>2016-08-23 08:47:25 -0400
commit065d01c121907bc5529d7019e53b93819daf85f3 (patch)
tree3496c273b7477d7cf0c4c42a95f4f4a1d94251dd /webapp/components/setting_item_min.jsx
parentc93ce7af3fc89ba3f76517245d18f55b238beb11 (diff)
downloadchat-065d01c121907bc5529d7019e53b93819daf85f3.tar.gz
chat-065d01c121907bc5529d7019e53b93819daf85f3.tar.bz2
chat-065d01c121907bc5529d7019e53b93819daf85f3.zip
Add notification settings to control what statuses allow push notifications (#3829)
Diffstat (limited to 'webapp/components/setting_item_min.jsx')
-rw-r--r--webapp/components/setting_item_min.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/setting_item_min.jsx b/webapp/components/setting_item_min.jsx
index a46a9e455..1c5fd40f3 100644
--- a/webapp/components/setting_item_min.jsx
+++ b/webapp/components/setting_item_min.jsx
@@ -33,7 +33,7 @@ export default class SettingItemMin extends React.Component {
>
<li className='col-sm-9 section-title'>{this.props.title}</li>
{editButton}
- <li className='col-sm-9 section-describe'>{this.props.describe}</li>
+ <li className='col-sm-10 section-describe'>{this.props.describe}</li>
</ul>
);
}