CSS tweak for email address lookup

CSS tweak for https://github.com/matrix-org/matrix-react-sdk/pull/653
This commit is contained in:
David Baker 2017-01-25 18:52:21 +00:00
parent 527c988574
commit 4e41accc56

View file

@ -106,7 +106,7 @@ limitations under the License.
}
.mx_AddressTile_email.mx_AddressTile_justified {
width: 380px; /* name + id width */
width: 200px; /* same as id width */
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;