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:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user