CSS tweak for email address lookup

CSS tweak for https://github.com/matrix-org/matrix-react-sdk/pull/653
pull/3064/head
David Baker 2017-01-25 18:52:21 +00:00
parent 527c988574
commit 4e41accc56
1 changed files with 1 additions and 1 deletions

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;