Explain that full URL is sent to Piwik

Also, redesign analytics modal to be one big table, instead of table +
paragraph.
This commit is contained in:
Luke Barnard 2018-04-26 10:59:43 +01:00
parent 1ff11ca493
commit e16c50d4be
2 changed files with 26 additions and 13 deletions

View file

@ -251,3 +251,7 @@ input.mx_UserSettings_phoneNumberField {
color: $accent-color;
word-break: break-all;
}
.mx_UserSettings_analyticsModal table {
margin: 10px 0px;
}