Skip to content

Commit 48b006e

Browse files
committed
add padding for clear focus line
1 parent 3c63a80 commit 48b006e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/app/views/query-response/snippets/Snippets.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,8 @@ const supportedLanguages: LanguageSnippet = {
6565
const useSnippetStyles = makeStyles({
6666
container: {
6767
margin: '0 auto',
68+
paddingTop: '5px',
69+
paddingLeft: '5px',
6870
maxHeight: '100vh',
6971
overflowY: 'hidden',
7072
display: 'flex',

0 commit comments

Comments
 (0)