Explorar el Código

increased modal size slightly

xetera hace 5 años
padre
commit
cd5b305043
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      dashboard/src/components/values-form/KeyValueArray.tsx

+ 2 - 2
dashboard/src/components/values-form/KeyValueArray.tsx

@@ -146,8 +146,8 @@ export default class KeyValueArray extends Component<PropsType, StateType> {
       return (
         <Modal
           onRequestClose={() => this.setState({ showEnvModal: false })}
-          width="665px"
-          height="342px"
+          width="765px"
+          height="542px"
         >
           <LoadEnvGroupModal
             existingValues={this.props.values}