Committing corresponding changes to the scss files
This commit is contained in:
parent
a1eccc2c49
commit
1a0d2595da
3 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
overflow-x: hidden;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.number {
|
||||
|
|
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue