Better handling of long about messages in story viewer selector
This commit is contained in:
parent
373f121887
commit
1d2cb877e4
1 changed files with 14 additions and 0 deletions
|
@ -4710,6 +4710,14 @@ button.module-image__border-overlay:focus {
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__text {
|
||||||
|
.module-conversation-list__item--contact-or-conversation--is-checkbox
|
||||||
|
& {
|
||||||
|
/* restrict the growth so it doesn't encroach on the checkbox */
|
||||||
|
-webkit-line-clamp: 1;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
&__text {
|
&__text {
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
flex-shrink: 1;
|
flex-shrink: 1;
|
||||||
|
@ -4925,6 +4933,12 @@ button.module-image__border-overlay:focus {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&--container {
|
||||||
|
margin-left: 8px;
|
||||||
|
/* prevent sibling content from pushing this smaller (min-width: the "!important" of width) */
|
||||||
|
min-width: 20px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
&__spinner__container {
|
&__spinner__container {
|
||||||
|
|
Loading…
Reference in a new issue