.ag-popup-editor
.my-editor {
  width: 50px;
  height: 35px;
  border: 10px solid grey;
}

.ag-cell-inline-editing
.my-editor {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
