Tighten issue chat composer height cap

This commit is contained in:
dotta 2026-04-08 09:51:45 -05:00
parent cbc237311f
commit ba5cb34bed
2 changed files with 2 additions and 2 deletions

View file

@ -282,7 +282,7 @@ describe("IssueChatThread", () => {
expect(composer?.className).toContain("pb-[calc(env(safe-area-inset-bottom)+0.75rem)]");
const editor = container.querySelector('textarea[aria-label="Issue chat editor"]') as HTMLTextAreaElement | null;
expect(editor?.dataset.contentClassName).toContain("max-h-[40dvh]");
expect(editor?.dataset.contentClassName).toContain("max-h-[28dvh]");
expect(editor?.dataset.contentClassName).toContain("overflow-y-auto");
act(() => {