We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04a25dd commit fb608acCopy full SHA for fb608ac
1 file changed
src/ui/src/components/core/base/BaseMarkdownRaw.vue
@@ -66,6 +66,7 @@ defineProps({
66
background-color: var(--separatorColor);
67
font-family: monospace;
68
padding: 8px;
69
+ overflow-x: auto;
70
}
71
72
.markdown:deep() code {
0 commit comments