mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-25 02:26:14 +03:00
commit: truncate long paths
This commit is contained in:
parent
3bd74735fa
commit
b9265ccdef
@ -130,7 +130,7 @@
|
||||
bind:group={selectedFiles}
|
||||
value={path}
|
||||
/>
|
||||
<label class="flex w-full" for="path">
|
||||
<label class="flex w-full overflow-auto" for="path">
|
||||
<button
|
||||
disabled={isCommitting || isGeneratingCommitMessage}
|
||||
on:click|preventDefault={() => ($selectedDiffPath = path)}
|
||||
|
Loading…
Reference in New Issue
Block a user