mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2024-12-15 03:41:55 +03:00
Fix overflow
issue for the Generate msg dropdown (#4195)
This commit is contained in:
parent
900316ad7a
commit
518cc8b77e
@ -222,7 +222,6 @@
|
|||||||
padding: 0 0 48px;
|
padding: 0 0 48px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
overflow: hidden;
|
|
||||||
animation: expand-box 0.2s ease forwards;
|
animation: expand-box 0.2s ease forwards;
|
||||||
/* props to animate on mount */
|
/* props to animate on mount */
|
||||||
max-height: 40px;
|
max-height: 40px;
|
||||||
|
Loading…
Reference in New Issue
Block a user