File tree Expand file tree Collapse file tree 2 files changed +3
-7
lines changed
packages/connection-form/src/components/advanced-options-tabs/advanced-tab Expand file tree Collapse file tree 2 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,6 @@ const optionNameCellStyles = css({
2929 width : spacing [ 5 ] * 9 ,
3030} ) ;
3131
32- const optionValueCellStyles = css ( {
33- // width: '30%',
34- } ) ;
35-
3632const optionValueCellContentStyles = css ( {
3733 display : 'flex' ,
3834 flexDirection : 'row' ,
@@ -41,7 +37,7 @@ const optionValueCellContentStyles = css({
4137} ) ;
4238
4339const valueInputStyles = css ( {
44- maxWidth : spacing [ 7 ] ,
40+ width : spacing [ 7 ] ,
4541} ) ;
4642
4743const deleteOptionButtonStyle = css ( {
@@ -193,7 +189,7 @@ function UrlOptionsTable({
193189 ) ) }
194190 </ Select >
195191 </ Cell >
196- < Cell className = { optionValueCellStyles } >
192+ < Cell >
197193 < div className = { optionValueCellContentStyles } >
198194 < TextInput
199195 onChange = { ( event : ChangeEvent < HTMLInputElement > ) => {
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import UrlOptionsTable from './url-options-table';
1414
1515const urlOptionsContainerStyles = css ( {
1616 marginTop : spacing [ 3 ] ,
17- width : '70%' ,
17+ width : spacing [ 6 ] * 7 ,
1818} ) ;
1919
2020const urlOptionsTableDescriptionStyles = css ( {
You can’t perform that action at this time.
0 commit comments