Skip to content

Commit

Permalink
Merge pull request #1351 from mito-ds/ai-taskpane-formatting-2
Browse files Browse the repository at this point in the history
update font size and line wrap of chat code
  • Loading branch information
aarondr77 authored Nov 1, 2024
2 parents 08dcc38 + 0ce4142 commit 2d0062a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions mito-ai/style/PythonCode.css
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,14 @@
width: 100%;
margin: 0 !important;
padding: 10px !important;
font-size: 12px;
font-family: Consolas,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New;
white-space: nowrap;
font-size: 12px !important;
overflow-x: auto;
}

.code-message-part-python-code code {
white-space: pre !important;
}

.code-message-part-python-code .jp-RenderedHTMLCommon > *:last-child {
/*
Remove the default Jupyter ending margin
Expand Down

0 comments on commit 2d0062a

Please sign in to comment.