Better handling of long about messages in story viewer selector

This commit is contained in:
Alvaro 2022-09-27 14:09:16 -06:00 committed by GitHub
parent 373f121887
commit 1d2cb877e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

View File

@ -4710,6 +4710,14 @@ button.module-image__border-overlay:focus {
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 {
flex-grow: 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 {