diff --git a/src/components/views/settings/Notifications.js b/src/components/views/settings/Notifications.js
index 4c880760b..3139bf84e 100644
--- a/src/components/views/settings/Notifications.js
+++ b/src/components/views/settings/Notifications.js
@@ -1085,6 +1085,24 @@ module.exports = React.createClass({
+
+
+ {
+ UserSettingsStore.setEnableAudioNotifications(e.target.checked);
+ this.forceUpdate();
+ }} />
+
+
+
+
+
+
General use
diff --git a/src/skins/vector/css/vector-web/views/settings/Notifications.css b/src/skins/vector/css/vector-web/views/settings/Notifications.css
index f0446e43b..041958af7 100644
--- a/src/skins/vector/css/vector-web/views/settings/Notifications.css
+++ b/src/skins/vector/css/vector-web/views/settings/Notifications.css
@@ -29,7 +29,7 @@ limitations under the License.
.mx_UserNotifSettings_labelCell
{
padding-bottom: 21px;
- width: 270px;
+ width: 400px;
display: table-cell;
}