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