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 d7c6562 commit 92819f5Copy full SHA for 92819f5
redisinsight/ui/src/pages/vector-search/create-index/steps/styles.ts
@@ -31,7 +31,9 @@ export const CreateIndexStepScreenWrapper = styled.div`
31
export const CodeBlocKWrapper = styled.div`
32
overflow: auto;
33
height: 100%;
34
- padding: ${({ theme }) => theme.core.space.space300};
+ padding: 0;
35
+ /* TODO: Remove this when <CodeBlock /> can be styled with styled() */
36
+ padding-top: ${({ theme }) => theme.core.space.space100};
37
38
border: 1px solid;
39
border-color: ${({ theme }) => theme.color.dusk200};
0 commit comments