Added valid but unknown mx user

This commit is contained in:
wmwragg 2016-09-13 17:09:01 +01:00
parent 3fe8b503e5
commit 56606c01a0
2 changed files with 70 additions and 0 deletions

View file

@ -85,8 +85,23 @@ limitations under the License.
vertical-align: middle;
}
.mx_AddressTile_unknownMx {
display: inline-block;
font-weight: 600;
padding-right: 11px;
}
.mx_AddressTile_unknownMxl.mx_AddressTile_justified {
width: 380px; /* name + id width */
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: middle;
}
.mx_AddressTile_email {
display: inline-block;
font-weight: 600;
padding-right: 11px;
}