style: update flex-shrink value in branch container to allow it to shrink if necessary

This commit is contained in:
Mattias Granlund 2023-12-04 10:36:11 +01:00
parent ecb6eb9aed
commit d4a025e6b8

View File

@ -142,7 +142,7 @@
flex-direction: column;
overflow: hidden;
min-height: 8rem;
flex-shrink: 0;
flex-shrink: 1;
flex-grow: 1;
}
.branch-files-wrapper {