Skip to content

Commit 64e8b94

Browse files
fix supporting content panel resize
1 parent ccc414d commit 64e8b94

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/frontend/src/pages/chat/Chat.module.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,11 @@
4646
max-height: 64rem;
4747
width: 100%;
4848
overflow-y: auto;
49-
padding-left: 15vw;
50-
padding-right: 15vw;
49+
padding: 0 2rem;
50+
max-width: 80vw;
5151
display: flex;
5252
flex-direction: column;
53+
box-sizing: border-box;
5354
}
5455

5556
.chatMessageGpt {

0 commit comments

Comments
 (0)