[frontend] Show unsupported notification details on separate lines
This commit is contained in:
parent
f4d2fec66e
commit
be7cfe6acd
1 changed files with 2 additions and 2 deletions
|
@ -62,8 +62,8 @@
|
|||
</span>
|
||||
<details>
|
||||
<summary>view details</summary>
|
||||
<span>ID: @NotificationResponse.Id</span>
|
||||
<span>Type: @NotificationResponse.Type</span>
|
||||
<p>ID: @NotificationResponse.Id</p>
|
||||
<p>Type: @NotificationResponse.Type</p>
|
||||
</details>
|
||||
}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue