File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
redisinsight/ui/src/components/markdown/CodeButtonBlock/components Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ import { setDBConfigStorageField } from 'uiSrc/services'
7
7
import { ConfigDBStorageItem } from 'uiSrc/constants/storage'
8
8
import { FeatureFlagComponent } from 'uiSrc/components'
9
9
import { Spacer } from 'uiSrc/components/base/layout/spacer'
10
+ import { Row } from 'uiSrc/components/base/layout/flex'
10
11
import {
11
12
PrimaryButton ,
12
13
SecondaryButton ,
@@ -67,7 +68,7 @@ const RunConfirmationPopover = ({ onApply }: Props) => {
67
68
aria-label = "checkbox do not show agan"
68
69
/>
69
70
< div className = { styles . popoverFooter } >
70
- < div >
71
+ < Row gap = "m" justify = "end" >
71
72
< FeatureFlagComponent name = { FeatureFlags . envDependent } >
72
73
< SecondaryButton
73
74
size = "s"
@@ -86,7 +87,7 @@ const RunConfirmationPopover = ({ onApply }: Props) => {
86
87
>
87
88
Run
88
89
</ PrimaryButton >
89
- </ div >
90
+ </ Row >
90
91
</ div >
91
92
</ >
92
93
)
You can’t perform that action at this time.
0 commit comments