@ -291,6 +291,7 @@ li.entry .error-icon-container {
word-wrap: break-word;
margin-left: 8px;
max-width: 30em;
text-align: -webkit-auto;
@media(max-width: $big-avatar-min-width - 1px) {
max-width: calc(100% - 45px - #{$error-icon-size}); // avatar size + padding + error-icon size
@ -306,6 +306,7 @@ $avatar-size: 44px;
display: inline-block;
margin: 0 0 0 $left-margin;
width: calc(100% - #{$avatar-size} - #{$left-margin} - 4px);
text-align: left;
p {
overflow-x: hidden;
@ -319,6 +320,7 @@ $avatar-size: 44px;
font-weight: 400;
text-overflow: ellipsis;
}
.number {
@ -288,7 +288,7 @@ img.emoji {
text-align: left; }
.contact-details .number {
color: #616161;
font-size: small; }