[frontend] Show unsupported notification details on separate lines

This commit is contained in:
pancakes 2024-10-13 15:36:14 +10:00 committed by Iceshrimp development
parent f4d2fec66e
commit be7cfe6acd

View file

@ -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>