Committing corresponding changes to the scss files
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user