File tree Expand file tree Collapse file tree 3 files changed +7
-10
lines changed
redisinsight/ui/src/pages/home
components/AddInstanceForm/InstanceForm Expand file tree Collapse file tree 3 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -822,7 +822,7 @@ const AddStandaloneForm = (props: Props) => {
822
822
/>
823
823
</ EuiFlexItem >
824
824
{ formik . values . sni && (
825
- < EuiFlexItem className = { flexItemClassName } style = { { flexBasis : '255px' } } >
825
+ < EuiFlexItem className = { flexItemClassName } style = { { flexBasis : '255px' , marginTop : 0 } } >
826
826
< EuiFormRow label = "Server Name*" style = { { paddingTop : 0 } } >
827
827
< EuiFieldText
828
828
name = "servername"
@@ -940,7 +940,7 @@ const AddStandaloneForm = (props: Props) => {
940
940
</ EuiFlexGroup >
941
941
) }
942
942
{ formik . values . tls && formik . values . tlsClientAuthRequired && (
943
- < div className = "boxSection" >
943
+ < div className = "boxSection" style = { { marginTop : 15 } } >
944
944
< EuiFlexGroup className = { flexGroupClassName } >
945
945
< EuiFlexItem className = { flexItemClassName } >
946
946
< EuiFormRow label = "Client Certificate*" >
Original file line number Diff line number Diff line change 117
117
:global(.euiFlexGroup--gutterLarge ) > .dbInput {
118
118
margin-top : 0 !important ;
119
119
margin-bottom : 0 !important ;
120
- padding-bottom : 10 px ;
120
+ padding-bottom : 20 px ;
121
121
122
122
& .dbInputBig {
123
- padding-bottom : 20px ;
124
123
max-width : calc (50% - 24px );
125
124
}
126
125
}
153
152
154
153
.tlsContainer {
155
154
min-height : 90px ;
156
- padding : 12px 0 15 px ;
155
+ padding : 12px 0 10 px ;
157
156
flex-wrap : wrap ;
158
157
159
158
:global (.euiCheckbox ) {
160
159
padding-bottom : 10px !important ;
161
160
}
161
+
162
162
}
163
163
164
164
.tlsSniOpened {
165
- padding-top : 0 !important ;
166
-
167
- :global (.euiFlexItem ) {
168
- margin-top : 0 !important ;
169
- }
165
+ padding-bottom : 0 ;
170
166
}
171
167
172
168
.fullWidth {
Original file line number Diff line number Diff line change 318
318
background-color : var (--euiColorLightestShade ) !important ;
319
319
border : 1px solid var (--euiColorLightShade );
320
320
border-radius : 4px ;
321
+ margin-top : 10px ;
321
322
322
323
.euiSelect ,
323
324
.euiSuperSelectControl ,
You can’t perform that action at this time.
0 commit comments