resolved emoji description text overflowing issue (#10028)

Co-authored-by: Germain <germains@element.io>
Resolves https://github.com/vector-im/element-web/issues/22126
This commit is contained in:
fahadNoufal 2023-01-31 21:58:47 +05:30 committed by GitHub
parent 0d1fce37b2
commit eaf152ceef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -224,6 +224,10 @@ limitations under the License.
.mx_EmojiPicker_preview_text {
display: flex;
flex: 1;
overflow: hidden;
padding-top: 1rem;
padding-bottom: 1rem;
flex-direction: column;
}
@ -233,6 +237,7 @@ limitations under the License.
.mx_EmojiPicker_shortcode {
color: $light-fg-color;
overflow-wrap: break-word;
font-size: $font-14px;
&::before,