We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b85bb54 commit 9ffdbe8Copy full SHA for 9ffdbe8
packages/web/src/app/repos/columns.tsx
@@ -55,7 +55,7 @@ export const columns: ColumnDef<RepositoryColumnInfo>[] = [
55
}
56
57
return (
58
- <div className="flex flex-col gap-2">
+ <div className="flex flex-col gap-2 max-h-32 overflow-scroll">
59
{branches.map(({ name, version }, index) => {
60
const shortVersion = version.substring(0, 8);
61
0 commit comments