resolved emoji description text overflowing issue (#10028)
Co-authored-by: Germain <germains@element.io> Resolves https://github.com/vector-im/element-web/issues/22126pull/28788/head^2
parent
0d1fce37b2
commit
eaf152ceef
|
@ -224,6 +224,10 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_EmojiPicker_preview_text {
|
.mx_EmojiPicker_preview_text {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
flex: 1;
|
||||||
|
overflow: hidden;
|
||||||
|
padding-top: 1rem;
|
||||||
|
padding-bottom: 1rem;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -233,6 +237,7 @@ limitations under the License.
|
||||||
|
|
||||||
.mx_EmojiPicker_shortcode {
|
.mx_EmojiPicker_shortcode {
|
||||||
color: $light-fg-color;
|
color: $light-fg-color;
|
||||||
|
overflow-wrap: break-word;
|
||||||
font-size: $font-14px;
|
font-size: $font-14px;
|
||||||
|
|
||||||
&::before,
|
&::before,
|
||||||
|
|
Loading…
Reference in New Issue