.work-item-form-dialog {
  width: 90vw;
  height: 90vh;
  min-width: 640px; }
  .work-item-form-dialog .work-item-form-loading-placeholder {
    height: 100%; }
  .work-item-form-dialog.fullscreen {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: unset;
    height: unset;
    margin: 0;
    border-radius: 0; }
