mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-06 01:27:24 +03:00
gap between upstream commits
This commit is contained in:
parent
97d6be48f0
commit
8922c60ad9
@ -428,7 +428,7 @@
|
||||
</div>
|
||||
{#if upstreamCommitsShown}
|
||||
<div
|
||||
class="flex w-full flex-col border-t border-light-400 bg-light-300 p-2 dark:border-dark-400 dark:bg-dark-800"
|
||||
class="flex gap-1 w-full flex-col border-t border-light-400 bg-light-300 p-2 dark:border-dark-400 dark:bg-dark-800"
|
||||
id="upstreamCommits"
|
||||
>
|
||||
{#each branch.upstream.commits as commit}
|
||||
|
Loading…
Reference in New Issue
Block a user