// adduse

.dx-dropdownmenu-popup-wrapper {
  .dx-dropdownmenu-list {
    min-height: 0;
    min-width: 100px;
    border-radius: 8px;

    .dx-list-item {
      &:last-of-type {
        border-bottom: none;
      }
    }
  }

  .dx-popup-content {
    padding: 1px;
  }

  .dx-list-item{
    display: block;
    border-top: 0;
  }

  .dx-list-item-content {
    display: block;
  }
}
