fix: enforce max-width hard wrapping in chat input and bubbles
This commit is contained in:
parent
2b633afbb3
commit
39af4151d9
@ -419,8 +419,8 @@
|
|||||||
box-shadow: 0 12px 28px rgba(61, 57, 41, 0.08);
|
box-shadow: 0 12px 28px rgba(61, 57, 41, 0.08);
|
||||||
color: var(--claude-text);
|
color: var(--claude-text);
|
||||||
white-space: pre-wrap;
|
white-space: pre-wrap;
|
||||||
word-break: break-word;
|
word-break: break-all;
|
||||||
overflow-wrap: anywhere;
|
overflow-wrap: normal;
|
||||||
}
|
}
|
||||||
|
|
||||||
.user-message .message-text {
|
.user-message .message-text {
|
||||||
|
|||||||
@ -123,6 +123,9 @@
|
|||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
color: var(--claude-text);
|
color: var(--claude-text);
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-break: break-all;
|
||||||
|
overflow-wrap: normal;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
min-height: 20px;
|
min-height: 20px;
|
||||||
outline: none;
|
outline: none;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user