Skip to content

Commit d95cf35

Browse files
fix: copy button overlaps with content (#856)
Fixes #790 --------- Co-authored-by: Leo Kettmeir <[email protected]>
1 parent 1f8dc42 commit d95cf35

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: frontend/static/styles.css

+4
Original file line numberDiff line numberDiff line change
@@ -446,6 +446,10 @@ body .ddoc {
446446
}
447447
}
448448

449+
.usageContent pre.highlight > code:first-child {
450+
@apply pt-2 pr-10 pb-2 pl-2;
451+
}
452+
449453
.usageContent .markdown {
450454
@apply max-w-full;
451455
}

0 commit comments

Comments
 (0)