File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
redisinsight/ui/src/components/auto-discover Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,6 @@ import React, { ReactNode } from 'react'
33import { Col , FlexItem , Row } from 'uiSrc/components/base/layout/flex'
44import { EmptyButton } from 'uiSrc/components/base/forms/buttons'
55import { ArrowLeftIcon } from 'uiSrc/components/base/icons'
6- import { Spacer } from 'uiSrc/components/base/layout'
76import {
87 PageSubTitle ,
98 PageTitle ,
@@ -28,19 +27,17 @@ export const Header = ({
2827} : HeaderProps ) => {
2928 return (
3029 < Row align = "center" justify = "between" grow = { false } >
31- < Col align = "start" justify = "start" >
30+ < Col align = "start" justify = "start" gap = "m" >
3231 < EmptyButton
3332 icon = { ArrowLeftIcon }
3433 onClick = { onBack }
3534 data-testid = "btn-back-adding"
3635 >
3736 { backButtonText }
3837 </ EmptyButton >
39- < Spacer size = "m" />
4038 < PageTitle data-testid = "title" > { title } </ PageTitle >
4139 { subTitle && (
4240 < FlexItem grow >
43- < Spacer size = "m" />
4441 < PageSubTitle > { subTitle } </ PageSubTitle >
4542 </ FlexItem >
4643 ) }
You can’t perform that action at this time.
0 commit comments