Skip to content

Commit 8a52d17

Browse files
authored
refactor: Added spacing between docs and report package (#1085)
The margin given is the same one in Overview to keep constant the gap Before: ![imagen](https://github.com/user-attachments/assets/777a7c7b-f329-432a-8b96-fc922e75e6ff) Now: ![imagen](https://github.com/user-attachments/assets/91a72adf-402c-4b6f-9f54-f623afa3bcc4)
1 parent cc13bb0 commit 8a52d17

File tree

1 file changed

+2
-2
lines changed
  • frontend/routes/package/(_components)

1 file changed

+2
-2
lines changed

frontend/routes/package/(_components)/Docs.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,12 +79,12 @@ export function DocsView({
7979
}`}
8080
>
8181
<div
82-
class="ddoc"
82+
class="ddoc mb-20"
8383
id="docMain"
8484
// deno-lint-ignore react-no-danger
8585
dangerouslySetInnerHTML={{ __html: docs.main }}
8686
/>
87-
<div class="ddoc hidden" id="docSearchResults" />
87+
<div class="ddoc hidden mb-20" id="docSearchResults" />
8888

8989
<div class="flex justify-between lg:flex-nowrap flex-wrap items-center gap-4">
9090
{showProvenanceBadge && selectedVersion.rekorLogId && (

0 commit comments

Comments
 (0)