Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit eaf152c

Browse files
fahadNoufalGermain
andauthored
resolved emoji description text overflowing issue (#10028)
Co-authored-by: Germain <[email protected]> Resolves element-hq/element-web#22126
1 parent 0d1fce3 commit eaf152c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

res/css/views/emojipicker/_EmojiPicker.pcss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,10 @@ limitations under the License.
224224

225225
.mx_EmojiPicker_preview_text {
226226
display: flex;
227+
flex: 1;
228+
overflow: hidden;
229+
padding-top: 1rem;
230+
padding-bottom: 1rem;
227231
flex-direction: column;
228232
}
229233

@@ -233,6 +237,7 @@ limitations under the License.
233237

234238
.mx_EmojiPicker_shortcode {
235239
color: $light-fg-color;
240+
overflow-wrap: break-word;
236241
font-size: $font-14px;
237242

238243
&::before,

0 commit comments

Comments
 (0)