mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
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:
parent
0d1fce37b2
commit
eaf152ceef
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user