Newer
Older
CrypticOreWallet / src / shared-components / list-view / ListView.scss
@Drew Lemmy Drew Lemmy on 19 Sep 2020 263 bytes fix: responsiveness tweaks
.list-view {
  .list-view-actions, .list-view-filters {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;

    .btn, .form-control, .custom-select {
      margin-right: 0.5rem;

      &:last-child {
        margin-right: 0;
      }
    }
  }  
}