diff --git a/projects/player/src/app/components/alert-dialog/alert-dialog.component.html b/projects/player/src/app/components/alert-dialog/alert-dialog.component.html
index a40f393687e62d5a48666922a019e290e86e0e32..66e813d925ebdd9596cb6fb29319b46a7741f58c 100644
--- a/projects/player/src/app/components/alert-dialog/alert-dialog.component.html
+++ b/projects/player/src/app/components/alert-dialog/alert-dialog.component.html
@@ -1,5 +1,7 @@
 <h2 mat-dialog-title>{{data.title}}</h2>
-<mat-dialog-content>{{data.content}}</mat-dialog-content>
+<mat-dialog-content class="mat-typography">
+  <p>{{data.content}}</p>
+</mat-dialog-content>
 <mat-dialog-actions>
   <button mat-button mat-dialog-close>{{'close' | translate}}</button>
 </mat-dialog-actions>