Skip to content

Commit 290cc87

Browse files
authored
Merge pull request #49 from GetStream/angular-sdk-emoji-picker
fix: Emoji display fix uses relative unit
2 parents a237685 + 3e35ef7 commit 290cc87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/styles/Message.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@
373373
// Fixes emoji display in Chrome https://bugs.chromium.org/p/chromium/issues/detail?id=596223
374374
.str-chat__emoji-display-fix {
375375
display: inline-block;
376-
width: 20px;
376+
width: 1.25em;
377377
}
378378

379379
p {

0 commit comments

Comments
 (0)