@prefix: function-editor;

.@{prefix} {
  &- {
    &root {
      white-space: nowrap;
    }

    &modal-content {
      padding: 10px 20px;
    }

    &input-group {
      display: flex;
      flex-direction: row;
      align-items: stretch;
    }

    &input-type {
      flex-shrink: 0;
      margin-bottom: 0;
    }

    &input-select {
      flex: 1;
      margin-bottom: 0;
    }

    &name-wrapper {
      display: flex;
      align-items: center;
    }
  }
}
