jb-expandable-list {
  ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
    li {
      display: flex;
      .list-txt {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        max-width: 80%;
      }
      .list-btn {
        cursor: pointer;
        color: $text-color;
        margin-left: 10px;
        border: none;
        background: transparent;
        padding: 0 5px;
      }
    }
  }

}
