mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-08 21:55:54 +08:00
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:
parent
1b929ec91d
commit
11ebdcd3ea
1 changed files with 4 additions and 0 deletions
|
@ -36,6 +36,10 @@
|
|||
padding: 0 0 @spacing-standard 0;
|
||||
font-size: @font-size-smaller;
|
||||
}
|
||||
|
||||
.email {
|
||||
word-break: break-all;
|
||||
}
|
||||
}
|
||||
|
||||
.social-profiles {
|
||||
|
|
Loading…
Add table
Reference in a new issue