summaryrefslogtreecommitdiffstats
path: root/webapp/components/setting_item_min.jsx
diff options
context:
space:
mode:
authorJoram Wilander <jwawilander@gmail.com>2016-08-29 09:52:59 -0400
committerChristopher Speller <crspeller@gmail.com>2016-08-29 09:52:59 -0400
commita76db5b84f661f1254da6d04af5100f858051bb4 (patch)
treeb2b931c24b0b3a2fe622a1e2129186612fc82200 /webapp/components/setting_item_min.jsx
parentd252e61c662479155081aeaf34fe0c6e4c3705d1 (diff)
downloadchat-a76db5b84f661f1254da6d04af5100f858051bb4.tar.gz
chat-a76db5b84f661f1254da6d04af5100f858051bb4.tar.bz2
chat-a76db5b84f661f1254da6d04af5100f858051bb4.zip
PLT-2074 Refactor desktop notification settings UI and add setting for duration (#3883)
* Refactor desktop notification settings UI and add setting for duration * Update en.json * Update desktop_notification_settings.jsx
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 1c5fd40f3..edcc81693 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-10 section-describe'>{this.props.describe}</li>
+ <li className='col-sm-12 section-describe'>{this.props.describe}</li>
</ul>
);
}