[accelerator] fix preview UX on mobile when there is an error/warning

This commit is contained in:
nymkappa
2023-11-23 17:00:57 +09:00
parent 2d5964b81e
commit c11551de7b
4 changed files with 11 additions and 8 deletions

View File

@@ -1,2 +1,2 @@
<div class="alert alert-danger" [innerHTML]="errorContent">
<div class="alert" [class]="alertClass" [innerHTML]="errorContent">
</div>