fix(sidebar-contact): wrap long email. fixes T3359.

Summary: add a snippet of css

Test Plan: tested manually

Reviewers: bengotow

Maniphest Tasks: T3359

Differential Revision: https://phab.nylas.com/D1966
This commit is contained in:
dillon 2015-09-01 12:40:53 -07:00
parent b66e2a22b6
commit b44ac1e2db

View file

@ -36,6 +36,10 @@
padding: 0 0 @spacing-standard 0;
font-size: @font-size-smaller;
}
.email {
word-break: break-all;
}
}
.social-profiles {