File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
redisinsight/ui/src/pages/vector-search Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,13 @@ export const StyledHeaderAction = styled(FlexGroup)`
6
6
display: flex;
7
7
flex-direction: row;
8
8
justify-content: flex-end;
9
- margin-bottom: ${ ( { theme } ) => theme . core . space . space200 } ;
9
+ gap: ${ ( { theme } ) => theme . core . space . space100 } ;
10
+ margin-bottom: ${ ( { theme } ) => theme . core . space . space100 } ;
10
11
`
11
12
12
13
export const StyledTextButton = styled ( TextButton ) `
14
+ padding: 0px;
15
+ height: auto;
13
16
color: ${ ( { theme } ) => theme . color . blue400 } ;
14
17
&:hover {
15
18
color: ${ ( { theme } ) => theme . color . blue500 } ;
Original file line number Diff line number Diff line change @@ -4,7 +4,8 @@ import { FlexGroup, FlexItem } from 'uiSrc/components/base/layout/flex'
4
4
export const VectorSearchPageWrapper = styled . div `
5
5
background-color: ${ ( { theme } ) =>
6
6
theme . semantic ?. color . background . neutral100 } ;
7
- padding: ${ ( { theme } ) => theme . core ?. space . space200 } ;
7
+ padding-left: ${ ( { theme } ) => theme . core ?. space . space200 } ;
8
+ padding-right: ${ ( { theme } ) => theme . core ?. space . space200 } ;
8
9
9
10
display: flex;
10
11
height: 100%;
You can’t perform that action at this time.
0 commit comments