Browse Source

fix: horizontal scrollbar in chrome

which shows due to use of negative margin. didn't impact firefox.
master
DanConwayDev 2 years ago
parent
commit
1dd0dcc9f6
No known key found for this signature in database
GPG Key ID: 68E15486D73F75E1
  1. 2
      src/lib/components/repo/RepoDetails.svelte

2
src/lib/components/repo/RepoDetails.svelte

@ -234,7 +234,7 @@ @@ -234,7 +234,7 @@
}, 2000)
} catch {}
}}
class="group -m-3 mt-3 cursor-pointer rounded-md p-3 hover:bg-base-300"
class="group -ml-3 mt-3 cursor-pointer rounded-md p-3 hover:bg-base-300"
>
<h4 class="mt-0 pt-0">
naddr

Loading…
Cancel
Save