Committing corresponding changes to the scss files

This commit is contained in:
bitim 2016-07-08 16:37:25 +03:00 committed by lilia
parent a1eccc2c49
commit 1a0d2595da
3 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -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;
overflow-x: hidden;
text-align: left;
}
.number {

View file

@ -288,7 +288,7 @@ img.emoji {
font-weight: 400;
text-overflow: ellipsis;
overflow-x: hidden;
text-align: left; }
text-align: left; }
.contact-details .number {
color: #616161;
font-size: small; }