We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c63a80 commit 48b006eCopy full SHA for 48b006e
src/app/views/query-response/snippets/Snippets.tsx
@@ -65,6 +65,8 @@ const supportedLanguages: LanguageSnippet = {
65
const useSnippetStyles = makeStyles({
66
container: {
67
margin: '0 auto',
68
+ paddingTop: '5px',
69
+ paddingLeft: '5px',
70
maxHeight: '100vh',
71
overflowY: 'hidden',
72
display: 'flex',
0 commit comments