Fixed JsonView width

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

View File

@ -13,3 +13,7 @@ pre:not(.MessageContent) {
flex-grow: 1; flex-grow: 1;
overflow: visible; overflow: visible;
} }
.MuiMarkdown > div {
width: 100%;
}