diff --git a/src/sass/_commons.scss b/src/sass/_commons.scss index e2b013db..ccd028e0 100644 --- a/src/sass/_commons.scss +++ b/src/sass/_commons.scss @@ -48,14 +48,14 @@ } :host ::ng-deep .emoji-small { - max-width: 24px; + width: 24px; max-height: 24px; vertical-align: middle; margin: 0 2px; } :host ::ng-deep .emoji-medium { - max-width: 32px; + width: 32px; max-height: 32px; vertical-align: middle; }