@import "~reui-core/common/variables";
@import "../select/select";

.#{$ns}-multi-select {
  min-width: $pt-grid-size * 15;
}

.#{$ns}-multi-select-popover {
  .#{$ns}-menu {
    max-width: $select-popover-max-width;
    max-height: $select-popover-max-height;
    overflow: auto;
  }
}
