// stylelint-disable
.ks-rjsf__function-field {
  .react-view-columns {
    display: block;
    margin: 0;
    // having to override class-less inline-styled elements
    > div {
      padding: 0 !important;
      > [data-testid] {
        margin: 0 !important;
        font-family: inherit !important;
        font-size: inherit !important;
        > label {
          display: none;
        }
      }
    }
  }
}

// This is the popover for when there are syntax errors in a function field
.react-tiny-popover-container {
  z-index: 1;
}
