Skip to content

Commit d1f7a96

Browse files
committed
fix: remove inline style from emoji
1 parent 11659cb commit d1f7a96

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

projects/stream-chat-angular/src/lib/message-reactions/message-reactions.component.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ import { Subscription } from 'rxjs';
2828
@Component({
2929
selector: 'stream-message-reactions',
3030
templateUrl: './message-reactions.component.html',
31-
styles: ['.emoji {position: relative; display: inline-block; }'],
3231
})
3332
export class MessageReactionsComponent
3433
implements AfterViewChecked, OnChanges, OnInit, AfterViewInit, OnDestroy

0 commit comments

Comments
 (0)