diff --git a/src/components/views/context_menus/NotificationStateContextMenu.js b/src/components/views/context_menus/NotificationStateContextMenu.js
index 17f75f80..2de02112 100644
--- a/src/components/views/context_menus/NotificationStateContextMenu.js
+++ b/src/components/views/context_menus/NotificationStateContextMenu.js
@@ -116,21 +116,21 @@ module.exports = React.createClass({
-
+
Alert me
-
+
Mentions only
diff --git a/src/skins/vector/css/vector-web/views/context_menus/NotificationStateContextMenu.css b/src/skins/vector/css/vector-web/views/context_menus/NotificationStateContextMenu.css
index 9dd0fa9c..d92355e3 100644
--- a/src/skins/vector/css/vector-web/views/context_menus/NotificationStateContextMenu.css
+++ b/src/skins/vector/css/vector-web/views/context_menus/NotificationStateContextMenu.css
@@ -40,6 +40,10 @@ limitations under the License.
color: rgba(0, 0, 0, 0.2);
}
+.mx_NotificationStateContextMenu_icon {
+ padding-right: 2px;
+}
+
.mx_NotificationStateContextMenu_activeIcon {
display: none;
position: relative;