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

resolved emoji description text overflowing issue #10028

Merged
merged 3 commits into from
Jan 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions res/css/views/emojipicker/_EmojiPicker.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,9 @@ limitations under the License.

.mx_EmojiPicker_preview_text {
display: flex;
width: 78%;
fahadNoufal marked this conversation as resolved.
Show resolved Hide resolved
padding-top: 1rem;
padding-bottom: 1rem;
flex-direction: column;
}

Expand All @@ -233,6 +236,7 @@ limitations under the License.

.mx_EmojiPicker_shortcode {
color: $light-fg-color;
overflow-wrap: break-word;
font-size: $font-14px;

&::before,
Expand Down