Skip to content

Commit dc1a24c

Browse files
fix(ui/ux): reduce spacing (#1075)
close #1073 I think this spacing was added for report button which is isn't there anymore Co-authored-by: Leo Kettmeir <crowlkats@toaxl.com>
1 parent 5072417 commit dc1a24c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ export function PackageHeader({
174174
)}
175175
</div>
176176

177-
<div class="flex flex-none md:items-end flex-col gap-2 md:gap-4 text-right pb-4 md:ml-auto">
177+
<div class="flex flex-none md:items-end flex-col gap-2 md:gap-4 text-right md:ml-auto">
178178
<div class="flex flex-col md:flex-row gap-2 md:gap-8 items-between">
179179
{runtimeCompat &&
180180
(

0 commit comments

Comments
 (0)