inline header

author
Marijn Besseling <njirambem@gmail.com> · 2025-11-02 15:14 UTC
commit
c3bb70f54d5346d4319c0776a4e88f73553a7942
parent
af13f6fd65
tree
browse at this commit

2 files changed +5 -1

Blog/Components/Pages/BRP.razor +1 -1

@@ -4,7 +4,7 @@
4 4 <main>
5 5 <div>
6 6 <details>
7 - <summary><h1>Request</h1></summary>
7 + <summary><h1 class="inline-block">Request</h1></summary>
8 8 <JsonRender Element="RequestBody?.RootElement"></JsonRender>
9 9 </details>
10 10 </div>

Blog/wwwroot/app.css +4 -0

@@ -316,3 +316,7 @@ li.dash {
316 316 color: var(--info);
317 317 }
318 318
319 +.inline-block {
320 + display: inline-block;
321 +}
322 +