Fixed JsonView width

This commit is contained in:
James Ketr 2025-05-09 16:05:59 -07:00
parent c946cc202a
commit 38e4a1f068

View File

@ -12,4 +12,8 @@ pre:not(.MessageContent) {
display: flex;
flex-grow: 1;
overflow: visible;
}
.MuiMarkdown > div {
width: 100%;
}