File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -651,7 +651,7 @@ export const Clone = observer((props: Props) => {
651651 </ p >
652652 < div style = { { marginTop : '8px' , marginBottom : '16px' } } >
653653 < Select
654- label = "Deletion protection"
654+ label = { "Deletion\u00a0protection" }
655655 items = {
656656 clone . protected && clone . protectedTillDate
657657 ? [
@@ -663,7 +663,7 @@ export const Clone = observer((props: Props) => {
663663 value = { getCurrentProtectionValue ( ) }
664664 onChange = { handleProtectionChange }
665665 disabled = { isDisabledControls }
666- style = { { minWidth : 100 } }
666+ style = { { minWidth : 200 } }
667667 />
668668 { isUpdatingClone && < Spinner size = "sm" className = { classes . spinner } /> }
669669 </ div >
Original file line number Diff line number Diff line change @@ -393,6 +393,7 @@ export const CreateClone = observer((props: Props) => {
393393 < h2 className = { styles . title } > Clone protection</ h2 >
394394
395395 < Select
396+ fullWidth
396397 label = "Deletion protection"
397398 items = { ( ( ) => {
398399 const maxDurationMinutes = stores . main . instance ?. state ?. cloning ?. protectionMaxDurationMinutes ?? 0
@@ -423,7 +424,6 @@ export const CreateClone = observer((props: Props) => {
423424 formik . setFieldValue ( 'protectionDurationMinutes' , e . target . value )
424425 }
425426 disabled = { isCreatingClone }
426- style = { { minWidth : 100 } }
427427 />
428428
429429 < p className = { styles . remark } >
Original file line number Diff line number Diff line change 1616
1717.form {
1818 flex : 1 1 0 ;
19+ min-width : 0 ;
1920}
2021
2122.snippetContainer {
You can’t perform that action at this time.
0 commit comments