Skip to content
Snippets Groups Projects
Commit c7889986 authored by ali asaria's avatar ali asaria
Browse files

fixes broken scrolling on visualize log probs page

parent 041476bb
No related branches found
No related tags found
No related merge requests found
......@@ -189,6 +189,9 @@ export default function CompletionsPage({
paddingBottom: '10px',
height: '100%',
justifyContent: 'space-between',
overflow: 'hidden',
textWrap: 'wrap',
overflowWrap: 'break-word',
}}
>
<Alert
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment