add more generic class for links/highlights within UserSettings

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
pull/4019/head
Michael Telatynski 2017-05-25 01:21:11 +01:00
parent 7d59742a22
commit 52a8039eb3
1 changed files with 2 additions and 1 deletions

View File

@ -227,7 +227,8 @@ input.mx_UserSettings_phoneNumberField {
display: none;
}
.mx_UserSettings_advanced_spoiler {
.mx_UserSettings_advanced_spoiler,
.mx_UserSettings_link {
cursor: pointer;
color: $accent-color;
word-break: break-all;