Skip to content

Commit

Permalink
Fix broadcast message overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobozzz committed Dec 27, 2024
1 parent 2215814 commit 286298f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<div class="main-row">

<div *ngIf="broadcastMessage" class="broadcast-message alert margin-content" [ngClass]="broadcastMessage.class">
<div [innerHTML]="broadcastMessage.message"></div>
<div class="text-break" [innerHTML]="broadcastMessage.message"></div>

<button
*ngIf="broadcastMessage.dismissable" (click)="hideBroadcastMessage()"
Expand Down

0 comments on commit 286298f

Please sign in to comment.