Skip to content

Commit fb608ac

Browse files
authored
feat: add horizontal overflow to markdown pre (#1268)
1 parent 04a25dd commit fb608ac

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ui/src/components/core/base/BaseMarkdownRaw.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ defineProps({
6666
background-color: var(--separatorColor);
6767
font-family: monospace;
6868
padding: 8px;
69+
overflow-x: auto;
6970
}
7071
7172
.markdown:deep() code {

0 commit comments

Comments
 (0)