Skip to content

Commit 2349abe

Browse files
committed
style: increase max-height of table images in chat component
1 parent 2be97b7 commit 2349abe

File tree

1 file changed

+1
-1
lines changed
  • packages/agent-webapp/src/components

1 file changed

+1
-1
lines changed

packages/agent-webapp/src/components/chat.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ export class ChatComponent extends LitElement {
570570
box-shadow: 0 3px 8px rgba(0 0 0 / 12%), 0 1.5px 3px rgba(0 0 0 / 8%);
571571
572572
img {
573-
max-height: 64px;
573+
max-height: 150px;
574574
}
575575
}
576576
thead tr {

0 commit comments

Comments
 (0)