/home/smartbloks/.trash/eazydocs/assets/scss/ezd-block-editor.scss
.components-select-control {
  select[multiple] {
    height: auto !important;
    padding-right: 8px;

    option {
      white-space: normal;

      &:nth-of-type(2n) {
        background-color: #efefef;
      }
    }
  }
}