Skip to content

Commit

Permalink
Fix overflow issue for the Generate msg dropdown (#4195)
Browse files Browse the repository at this point in the history
  • Loading branch information
PavelLaptev authored Jun 27, 2024
1 parent 900316a commit 518cc8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/lib/commit/CommitMessageInput.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,6 @@
padding: 0 0 48px;
flex-direction: column;
gap: 4px;
overflow: hidden;
animation: expand-box 0.2s ease forwards;
/* props to animate on mount */
max-height: 40px;
Expand Down

0 comments on commit 518cc8b

Please sign in to comment.